[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12656)

This commit is contained in:
Haroon Khan
2022-08-28 14:03:11 +01:00
committed by GitHub
parent 5c4c13eb01
commit 76fa8eb74c
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
spring.jpa.properties.hibernate.globally_quoted_identifiers=true