BAEL-5126

This commit is contained in:
Ashish Gupta 2021-10-15 12:24:11 +05:30 committed by GitHub
parent 0ff235d227
commit 1afa3bfcea
1 changed files with 17 additions and 0 deletions

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