11 lines
287 B
Groovy
11 lines
287 B
Groovy
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"))
|
|
api(project(":spring-boot-project:spring-boot-data-neo4j"))
|
|
}
|