[JAVA-15470] Fixed issues on properties file (#12945)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
This commit is contained in:
panos-kakos 2022-10-29 17:30:29 +01:00 committed by GitHub
parent c97bebc822
commit 50a57f06ca
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@ spring:
console:
enabled: true
path: /h2-console
console.settings.trace: false
spring.h2.console.settings.web-allow-others: false
settings.trace: false
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
database-platform: org.hibernate.dialect.H2Dialect
properties:
hibernate:
globally_quoted_identifiers: true