9 lines
391 B
Groovy
9 lines
391 B
Groovy
description = "GraphQL Java Spring Boot starter Webmvc"
|
|
dependencies {
|
|
implementation "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
|
|
implementation project(':spring-graphql-webmvc')
|
|
|
|
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
|
|
testCompile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
}
|