test code with mysql & redis testcontainers
This commit is contained in:
@@ -36,7 +36,10 @@ dependencies {
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testImplementation "org.testcontainers:junit-jupiter:1.16.3"
|
||||
|
||||
testImplementation "org.testcontainers:testcontainers:1.15.3"
|
||||
testImplementation "org.testcontainers:junit-jupiter:1.16.3"
|
||||
testImplementation "org.testcontainers:mysql:1.15.3"
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user