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 8378fc9 commit 9f1a356Copy full SHA for 9f1a356
src/main/resources/application.properties
@@ -4,10 +4,17 @@ spring.h2.console.enabled=true
4
spring.h2.console.path=/h2
5
spring.datasource.url=jdbc:h2:mem:dogdata
6
7
+spring.datasourse.driverClassName=org.h2.Driver
8
+spring.datasource.username=sa
9
+spring.datasource.password=
10
+spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
11
+spring.jpa.defer-datasource-initialization=true
12
+
13
graphql.servlet.mapping=/graphql
14
graphql.servlet.enabled=true
15
graphql.servlet.corsEnabled=true
16
17
graphiql.enabled=true
18
graphiql.endpoint=/graphql
-graphiql.mapping=graphiql
19
+graphiql.mapping=graphiql
20
0 commit comments