BAEL-5126

This commit is contained in:
Ashish Gupta
2021-10-15 12:24:11 +05:30
committed by GitHub
parent 668ce081c7
commit 080f24dfec

View File

@@ -0,0 +1,17 @@
spring:
h2:
console:
enabled: true
path: /h2-console
datasource:
url: jdbc:h2:mem:mydb
username: sa
password:
driverClassName: org.h2.Driver
jpa:
defer-datasource-initialization: true
show-sql: true
hibernate:
format_sql: true
validator.apply_to_ddl: false
ddl-auto: create-drop