[Feature]Support running tests with testcontainers(#870)

This commit is contained in:
_haoqi
2023-02-01 14:24:55 +08:00
committed by EricZeng
parent 16e251cbe8
commit 256f770971
19 changed files with 383 additions and 82 deletions

View File

@@ -46,12 +46,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>${springboot.version}</version>
<scope>test</scope>
</dependency>
<!-- javax -->
<dependency>
@@ -67,10 +61,6 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>