Merge branch 'xiaohucoding'

# Conflicts:
#	pom.xml
This commit is contained in:
Lpz
2025-05-18 14:43:24 +08:00
15 changed files with 159 additions and 65 deletions

15
pom.xml
View File

@ -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>