spring:
jpa:
hibernate:
ddl-auto: update
show-sql: true
database-platform: org.hibernate.dialect.H2Dialect
datasource:
url: jdbc:h2:file:D:/data/db
driver-class-name: org.h2.Driver
username: sa
password:
h2:
console:
enabled: true