Create spring-boot-netty module

This commit is contained in:
Andy Wilkinson
2025-04-28 15:18:53 +01:00
committed by Phillip Webb
parent 343b9a8276
commit a527e028a7
15 changed files with 49 additions and 15 deletions

View File

@@ -14,6 +14,8 @@ dependencies {
api("io.lettuce:lettuce-core")
api("org.springframework.data:spring-data-redis")
implementation(project(":spring-boot-project:spring-boot-netty"))
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
optional("redis.clients:jedis")