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

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

12 lines
330 B
Groovy
Raw Normal View History

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for using Neo4j graph database and Spring Data Neo4j"
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"))
api("org.springframework.data:spring-data-neo4j")
}