[新增]:基本完成模型评估部分的功能开发

This commit is contained in:
2025-05-15 20:50:55 +08:00
parent 220fdb1121
commit d14afaf3ca
8 changed files with 113 additions and 4 deletions

11
pom.xml
View File

@ -58,12 +58,21 @@
<version>1.4.7</version>
</dependency>
KingbaseES V8/V9 数据库 JDBC 驱动
<!--KingbaseES V8/V9 数据库 JDBC 驱动-->
<dependency>
<groupId>com.kingbase8</groupId>
<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>