Merge pull request #12860 from jsgrah-spring/master
JAVA-14662. Fix org.hibernate.HibernateException: Access to DialectRe…
This commit is contained in:
commit
dede91f49d
|
@ -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
|
Loading…
Reference in New Issue