From dc8e9be991d758e351134cc48907a258e20909e2 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 4 Aug 2022 16:32:09 -0500 Subject: [PATCH] Fixing SQL prop properly --- .../gemp-lotr-common/src/main/resources/gemp-lotr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-common/src/main/resources/gemp-lotr.properties b/gemp-lotr/gemp-lotr-common/src/main/resources/gemp-lotr.properties index 3336bd60b..2ec663464 100644 --- a/gemp-lotr/gemp-lotr-common/src/main/resources/gemp-lotr.properties +++ b/gemp-lotr/gemp-lotr-common/src/main/resources/gemp-lotr.properties @@ -2,7 +2,7 @@ application.root=/etc/gemp-lotr ## DB connection -db.connection.class=com.mysql.jdbc.Driver +db.connection.class=com.mysql.cj.jdbc.Driver db.connection.url=jdbc:mysql://db:3306/gemp_db db.connection.username=gempuser db.connection.password=gemppassword