spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-data-co.../build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
364 B
Groovy
Raw Normal View History

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"))
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"))
}