Merge pull request #12860 from jsgrah-spring/master

JAVA-14662. Fix org.hibernate.HibernateException: Access to DialectRe…
This commit is contained in:
Loredana Crusoveanu 2022-10-13 18:56:49 +03:00 committed by GitHub
commit dede91f49d
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ 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.dialect=org.hibernate.dialect.H2Dialect