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

This commit is contained in:
2026-01-19 14:06:34 +08:00
parent da5648e753
commit ef70728ba0
6 changed files with 1415 additions and 0 deletions

View File

@@ -118,6 +118,18 @@
<version>${org.mapstruct.version}</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>