1
0

feat: 增加DDL语句生成的小工具

This commit is contained in:
2025-09-11 10:21:21 +08:00
parent 2c801373a0
commit 1fe9433332
2 changed files with 123 additions and 0 deletions

View File

@@ -43,6 +43,13 @@
<version>${querydsl.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-ant</artifactId>
<version>6.6.15.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>