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

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

13 lines
398 B
Groovy
Raw Normal View History

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for using MongoDB document-oriented database and Spring Data MongoDB"
dependencies {
2025-03-26 22:40:05 +08:00
api(project(":spring-boot-project:spring-boot-data-mongodb"))
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"))
api("org.mongodb:mongodb-driver-sync")
}