数据集生命周期版本2.0

This commit is contained in:
2025-05-15 23:02:53 +08:00
parent 64abd2d824
commit e096b52c7b
16 changed files with 207 additions and 57 deletions

View File

@ -57,8 +57,14 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.7</version>
</dependency>
<!--swagger相关依赖生成接口文档-->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version> <!-- 最新稳定版 -->
</dependency>
KingbaseES V8/V9 数据库 JDBC 驱动
<!--KingbaseES V8/V9 数据库 JDBC 驱动-->
<dependency>
<groupId>com.kingbase8</groupId>
<artifactId>kingbase8</artifactId>