JAVA-14662. Fix org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set.

This commit is contained in:
jsgrah-spring 2022-10-13 14:26:49 +02:00
parent 4c16c08380
commit 13efe69082
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