Create spring-boot-data-redis module

This commit is contained in:
Stéphane Nicoll
2025-03-28 14:11:55 +01:00
committed by Phillip Webb
parent 10db864d35
commit fa0bdc895f
73 changed files with 499 additions and 462 deletions

View File

@@ -6,8 +6,7 @@ description = "Starter for using Redis key-value data store with Spring Data Red
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-data-redis"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.lettuce:lettuce-core")
api("io.projectreactor:reactor-core")
api("org.springframework.data:spring-data-redis")
}

View File

@@ -6,7 +6,6 @@ description = "Starter for using Redis key-value data store with Spring Data Red
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-data-redis"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.lettuce:lettuce-core")
api("org.springframework.data:spring-data-redis")
}