PG数据库切换测试用例验证

This commit is contained in:
2026-01-19 15:06:06 +08:00
parent 494cb841b7
commit 6fd933bbba

View File

@@ -122,7 +122,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<!-- 排除mockito避免JDK17兼容性问题 -->
<exclusion>
@@ -138,7 +137,6 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>