18 lines
407 B
YAML
Raw Normal View History

2021-10-15 12:24:11 +05:30
spring:
h2:
console:
2021-10-18 10:39:18 +05:30
enabled: true
path: /h2-console
settings.trace: false
settings.web-allow-others: false
2021-10-15 12:24:11 +05:30
datasource:
2021-10-18 10:39:18 +05:30
url: jdbc:h2:mem:mydb
username: sa
password: password
2021-10-15 12:24:11 +05:30
driverClassName: org.h2.Driver
jpa:
database-platform: org.hibernate.dialect.H2Dialect
properties:
hibernate:
globally_quoted_identifiers: true