From 002431f26c4ffe51612d2ec130c4775b25513bc4 Mon Sep 17 00:00:00 2001 From: jsgrah-spring Date: Thu, 13 Oct 2022 14:26:49 +0200 Subject: [PATCH] JAVA-14662. Fix org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set. --- spring-jinq/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-jinq/src/main/resources/application.properties b/spring-jinq/src/main/resources/application.properties index c0271c65da..fce0dd5c6b 100644 --- a/spring-jinq/src/main/resources/application.properties +++ b/spring-jinq/src/main/resources/application.properties @@ -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 \ No newline at end of file