1
0

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

This commit is contained in:
2025-09-11 11:31:12 +08:00
parent efd7f5e9f2
commit 8a0c1ae3be
7 changed files with 58 additions and 9 deletions

View File

@@ -24,6 +24,17 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-ant</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>