Update application.yaml

This commit is contained in:
Ashish Gupta 2021-10-18 10:39:18 +05:30 committed by GitHub
parent 6ada7ea861
commit faf9c9e3ee
1 changed files with 8 additions and 8 deletions

View File

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