Merge branch 'xiaohucoding'
# Conflicts: # pom.xml
This commit is contained in:
15
pom.xml
15
pom.xml
@ -57,6 +57,12 @@
|
||||
<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 驱动-->
|
||||
<dependency>
|
||||
@ -64,15 +70,6 @@
|
||||
<artifactId>kingbase8</artifactId>
|
||||
<version>9.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SpringDoc OpenAPI:自动生成 REST API 文档和 Swagger UI -->
|
||||
<!-- 访问路径:http://localhost:8080/swagger-ui.html -->
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
<version>2.2.0</version> <!-- 最新稳定版 -->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
Reference in New Issue
Block a user