Skip to content

Valinaa/youtis-spring-boot

Repository files navigation


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>

About

Automatically generate SQL DDL based on entity classes. 根据定义的实体类自动生成DDL SQL语句,目前仅支持MySQL,后续会持续更新

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages