[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12656)
This commit is contained in:
parent
e17700100f
commit
0bbab5326c
|
@ -5,3 +5,5 @@ spring.thymeleaf.cache=false
|
|||
spring.thymeleaf.enabled=true
|
||||
spring.thymeleaf.prefix=classpath:/templates/
|
||||
spring.thymeleaf.suffix=.html
|
||||
|
||||
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
|
Loading…
Reference in New Issue