Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bfc46 commit 52bb0a9Copy full SHA for 52bb0a9
src/main/resources/application.properties
@@ -1,13 +1,13 @@
1
spring.application.name=Dog-GraphQL-API
2
3
spring.h2.console.enabled=true
4
-spring.h2.console.path=/2
5
-spring.datasource.url=jdbc:h2:mem:dogtracker
+spring.h2.console.path=/h2
+spring.datasource.url=jdbc:h2:mem:dogdata
6
7
graphql.servlet.mapping=/graphql
8
graphql.servlet.enabled=true
9
graphql.servlet.corsEnabled=true
10
11
-graphql.enabled=true
12
-graphql.endpoint=/graphql
13
-graphql.mapping=graphql
+graphiql.enabled=true
+graphiql.endpoint=/graphql
+graphiql.mapping=graphiql
0 commit comments