Skip to content

Instantly share code, notes, and snippets.

@svenhakvoort
Created August 21, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svenhakvoort/b3e988bdeeb29b639e60d7738c66bf9b to your computer and use it in GitHub Desktop.
Save svenhakvoort/b3e988bdeeb29b639e60d7738c66bf9b to your computer and use it in GitHub Desktop.
GraphQL demo application.yml
spring:
profiles: default
data.mongodb:
host: localhost:27017
database: demo
graphql:
packages: "com.example.demographql"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment