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:
jsgrah-spring 2022-09-27 21:35:27 +02:00
parent bdc1d2c840
commit 0868ef8f90
1 changed files with 1 additions and 1 deletions

View File

@ -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