2021-12-10 22:28:20 +08:00
|
|
|
plugins {
|
|
|
|
id "org.springframework.boot.starter"
|
|
|
|
}
|
|
|
|
|
|
|
|
description = "Starter for using Couchbase document-oriented database and Spring Data Couchbase"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
2025-03-28 22:58:14 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-data-couchbase"))
|
2025-03-18 21:22:09 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-tx"))
|
2021-12-10 22:28:20 +08:00
|
|
|
}
|