From 88fcfe5a93ab1232bae91f30a9f499e8680df4af Mon Sep 17 00:00:00 2001 From: Niclas Thobaben Date: Tue, 15 Feb 2022 17:19:52 +0100 Subject: [PATCH] Set Hibernate MariaDB Dialect for swarm profile --- src/main/resources/application-swarm.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-swarm.properties b/src/main/resources/application-swarm.properties index 86cc472..7551919 100644 --- a/src/main/resources/application-swarm.properties +++ b/src/main/resources/application-swarm.properties @@ -1,3 +1,4 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.MariaDBDialect spring.datasource.url=jdbc:mysql://sql01.nclazz.de/prod_nclazz_mail_relay server.forward-headers-strategy=native \ No newline at end of file