修复编译错误升级依赖版本并同一管理

This commit is contained in:
starxg
2025-10-09 16:40:52 +08:00
parent 8dc6faff0b
commit bd3874b3c7
12 changed files with 248 additions and 229 deletions

View File

@@ -23,15 +23,11 @@
<groupId>com.core</groupId>
<artifactId>core-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<scope>compile</scope>
</dependency>
<!-- postgresql -->