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-18 21:22:09 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-tx"))
|
2024-04-11 23:55:24 +08:00
|
|
|
api("org.springframework.data:spring-data-couchbase")
|
2021-12-10 22:28:20 +08:00
|
|
|
}
|