Merge branch '2.7.x'

This commit is contained in:
Brian Clozel
2021-12-21 09:04:10 +01:00
107 changed files with 6457 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building GraphQL applications with Spring GraphQL"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
api("org.springframework.graphql:spring-graphql")
}