Skip to content

Commit

Permalink
Add Netflix DGS starter
Browse files Browse the repository at this point in the history
Closes gh-720
  • Loading branch information
bclozel committed May 23, 2024
1 parent 412e1f8 commit a4df578
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a4df578

Please sign in to comment.