Create spring-boot-reactor module
This commit is contained in:
committed by
Phillip Webb
parent
978de86361
commit
343b9a8276
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user