Merge pull request #11336 from gupta-ashu01/master

BAEL-5126
This commit is contained in:
davidmartinezbarua 2021-10-19 13:09:13 -03:00 committed by GitHub
commit ad674edd3d
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
spring:
h2:
console:
enabled: true
path: /h2-console
console.settings.trace: false
spring.h2.console.settings.web-allow-others: false
datasource:
url: jdbc:h2:mem:mydb
username: sa
password: password
driverClassName: org.h2.Driver
jpa:
spring.jpa.database-platform: org.hibernate.dialect.H2Dialect