Create spring-boot-reactor module

This commit is contained in:
Andy Wilkinson
2025-04-28 14:51:21 +01:00
committed by Phillip Webb
parent 978de86361
commit 343b9a8276
38 changed files with 73 additions and 41 deletions

View File

@@ -13,8 +13,8 @@ dependencies {
api("org.springframework.data:spring-data-couchbase")
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
optional(project(":spring-boot-project:spring-boot-reactor"))
optional(project(":spring-boot-project:spring-boot-validation"))
optional("io.projectreactor:reactor-core")
testImplementation(project(":spring-boot-project:spring-boot-test"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))