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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user