|
|
|
@ -11,6 +11,7 @@ dependencies {
|
|
|
|
|
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-redis"))
|
|
|
|
|
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
|
|
|
|
implementation("org.springframework.session:spring-session-data-redis")
|
|
|
|
|
|
|
|
|
|
testImplementation("org.testcontainers:testcontainers")
|
|
|
|
|
testImplementation("org.testcontainers:junit-jupiter")
|
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
|
|
|
|