From a44dbf7e87abae5ae9a7cae942c323d0f048762b Mon Sep 17 00:00:00 2001 From: Zheng Feng Date: Mon, 13 Mar 2023 23:07:24 +0800 Subject: [PATCH] io.quarkus.hibernate.orm.runtime.dialect.QuarkusH2Dialect has been removed (#98) --- integration-tests/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/src/main/resources/application.properties b/integration-tests/src/main/resources/application.properties index 2e39007..34a3831 100644 --- a/integration-tests/src/main/resources/application.properties +++ b/integration-tests/src/main/resources/application.properties @@ -14,5 +14,5 @@ quarkus.datasource.ds_1.jdbc.transactions=DISABLED quarkus.datasource.db-kind=shardingsphere quarkus.datasource.jdbc.url=jdbc:shardingsphere:classpath:config.yaml -quarkus.hibernate-orm.dialect=io.quarkus.hibernate.orm.runtime.dialect.QuarkusH2Dialect +quarkus.hibernate-orm.dialect=org.hibernate.dialect.H2Dialect quarkus.hibernate-orm.database.generation=drop-and-create