Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.01 KB

English | 简体中文


Features

  • ⚡️ 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 !

Start Now

1. Clone to local

2. Maven

<dependency>
    <groupId>tech.valinaa.boot</groupId>
    <artifactId>youtis-spring-boot-starter</artifactId>
    <version>0.1.0</version>
</dependency>