数据集生命周期版本2.0
This commit is contained in:
8
pom.xml
8
pom.xml
@ -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>
|
||||
|
Reference in New Issue
Block a user