File tree 2 files changed +12
-0
lines changed
spring-boot-starters/spring-boot-starter-graphql
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1501,6 +1501,7 @@ bom {
1501
1501
" spring-boot-starter-data-neo4j" ,
1502
1502
" spring-boot-starter-data-rest" ,
1503
1503
" spring-boot-starter-freemarker" ,
1504
+ " spring-boot-starter-graphql" ,
1504
1505
" spring-boot-starter-groovy-templates" ,
1505
1506
" spring-boot-starter-hateoas" ,
1506
1507
" spring-boot-starter-integration" ,
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " org.springframework.boot.starter"
3
+ }
4
+
5
+ description = " Starter for building GraphQL applications with Spring GraphQL"
6
+
7
+ dependencies {
8
+ api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9
+ api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-json" ))
10
+ api(" org.springframework.graphql:spring-graphql" )
11
+ }
You can’t perform that action at this time.
0 commit comments