[修改]:修改配置文件以及pom文件、test测试类用于数据库连接,[添加]:新增数据库驱动文件

This commit is contained in:
2025-05-13 10:47:23 +08:00
parent 23be873a7c
commit 51e80031ba
3 changed files with 30 additions and 2 deletions

View File

@ -49,6 +49,13 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<!-- KingbaseES V8/V9 数据库 JDBC 驱动 -->
<dependency>
<groupId>com.kingbase8</groupId>
<artifactId>kingbase8</artifactId>
<version>9.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>