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