JAVA-14662. Fix spring-jinq module to work with the latest Boot 2.7.x and uncomment the module from main pom. Make Hibernate globally escape all database identifiers. PS: The previous commit comment was incorrect.
This commit is contained in:
parent
bdc1d2c840
commit
0868ef8f90
|
@ -5,4 +5,4 @@ spring.datasource.password=
|
|||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
|
||||
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
|
||||
|
|
Loading…
Reference in New Issue