Create spring-boot-couchbase module

This commit is contained in:
Stéphane Nicoll
2025-03-24 11:30:53 +01:00
committed by Phillip Webb
parent abfd521363
commit 42f12380da
40 changed files with 225 additions and 183 deletions

View File

@@ -6,6 +6,7 @@ description = "Starter for using Couchbase document-oriented database and Spring
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-couchbase"))
api(project(":spring-boot-project:spring-boot-tx"))
api("org.springframework.data:spring-data-couchbase")
}