staff_mgr/target/classes/application-dev.yml

18 lines
368 B
YAML

spring:
datasource:
url: jdbc:h2:mem:staff_mgr;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE
driver-class-name: org.h2.Driver
username: sa
password:
jpa:
hibernate:
ddl-auto: create-drop
open-in-view: false
properties:
hibernate:
format_sql: true
h2:
console:
enabled: true
path: /h2-console