Add integration tests for How-to: Implement core services with Redis

Issue gh-1019
This commit is contained in:
Joe Grandja
2024-09-20 11:54:47 -04:00
parent 20f1048079
commit 00f3874a80
4 changed files with 233 additions and 13 deletions

View File

@@ -70,6 +70,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "com.github.codemonstur:embedded-redis:1.4.3"
}
tasks.named("test") {