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

@@ -5,8 +5,8 @@ plugins {
description = "Starter for using Cassandra distributed database and Spring Data Cassandra Reactive"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-data-cassandra"))
api(project(":spring-boot-project:spring-boot-reactor"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.projectreactor:reactor-core")
}

View File

@@ -5,8 +5,8 @@ plugins {
description = "Starter for using Couchbase document-oriented database and Spring Data Couchbase Reactive"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-data-couchbase"))
api(project(":spring-boot-project:spring-boot-reactor"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.projectreactor:reactor-core")
}

View File

@@ -6,8 +6,8 @@ description = "Starter for using MongoDB document-oriented database and Spring D
dependencies {
api(project(":spring-boot-project:spring-boot-data-mongodb"))
api(project(":spring-boot-project:spring-boot-reactor"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.projectreactor:reactor-core")
api("org.mongodb:mongodb-driver-reactivestreams")
}

View File

@@ -5,8 +5,8 @@ plugins {
description = "Starter for using Redis key-value data store with Spring Data Redis reactive and the Lettuce client"
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-reactor"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-tx"))
api("io.projectreactor:reactor-core")
}