Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 904 Bytes

README.zh-CN.md

File metadata and controls

31 lines (23 loc) · 904 Bytes

English | 简体中文


特性

  • ⚡️ Spring Boot 3 - 最新的技术!
  • 🎉 基于注解开发,开箱即用 !
  • 🔥 基于Log4j2 与 slf4j 实现日志, Log更详细, 便于理解与追溯
  • 💡 启动类添加注解@YoutisScan, 自动扫描添加的包; 实体类添加注解@YoutisTable, 即可一键生成对应DDL SQL !
  • 📥 想要精细化定制? 直接在注解里赋值 !
  • 🎨 @YoutisColumn, 自定义你想要的字段 !
  • 🔑 @YoutisPrimary, 自定义你的主键 !

现在开始吧

1. 克隆到本地自行使用

2. Maven

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