English | 简体中文
- ⚡️ Spring Boot 3 - Latest !
- 🎉 Annotation-based development, out-of-the-box !
- 🔥 Based on Log4j2 and slf4j implementation logs, more detailed, easier to understand and trace !
- 💡 Start the class to add annotation
@YoutisScan
, automatically scan the added packages; Add annotation@YoutisTable
to the entity class, and you can generate the corresponding DDL SQL when start the application ! - 📥 Want to refine customization? Assign values directly in the annotation !
- 🎨
@YoutisColumn
, Customize the fields you want ! - 🔑
@YoutisPrimary
, Customize the primary you want !
<dependency>
<groupId>tech.valinaa.boot</groupId>
<artifactId>youtis-spring-boot-starter</artifactId>
<version>0.1.0</version>
</dependency>