[JAVA-15470] Fixed issues on properties file (#12945)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
This commit is contained in:
parent
c97bebc822
commit
50a57f06ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue