Files
spring-boot-rest/graphql-modules/graphql-error-handling/src/main/resources/application.yml
2022-06-03 18:00:47 +05:30

23 lines
380 B
YAML

graphql:
servlet:
mapping: /graphql
spring:
datasource:
url: "jdbc:h2:mem:graphqldb"
driverClassName: "org.h2.Driver"
username: sa
password:
initialization-mode: always
platform: h2
jpa:
show-sql: true
properties:
hibernate:
dialect: org.hibernate.dialect.H2Dialect
ddl-auto: none
h2:
console.enabled: true