From a4df578809a8cb53e822581686e100e88352d462 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 23 May 2024 15:59:57 +0200 Subject: [PATCH] Add Netflix DGS starter Closes gh-720 --- start-site/src/main/resources/application.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 94298f9998..5946a8bd30 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -48,6 +48,13 @@ initializr: mappings: - compatibilityRange: "[3.1.0,3.3.0-M1)" version: 3.2.3 + netflix-dgs: + groupId: com.netflix.graphql.dgs + artifactId: graphql-dgs-platform-dependencies + versionProperty: netflix-dgs.version + mappings: + - compatibilityRange: "[3.1.0,3.3.0-M1)" + version: 8.6.1 hilla: groupId: dev.hilla artifactId: hilla-bom @@ -370,6 +377,16 @@ initializr: description: Next Steps with Hilla - rel: reference href: https://hilla.dev/ + - name: Netflix DGS + id: netflix-dgs + groupId: com.netflix.graphql.dgs + artifactId: graphql-dgs-spring-graphql-starter + description: Build GraphQL applications with Netflix DGS and Spring for GraphQL. + compatibilityRange: "[3.0.0,3.3.0-M1)" + bom: netflix-dgs + links: + - rel: reference + href: https://netflix.github.io/dgs/ - name: Template Engines content: - name: Thymeleaf