From 2b3f288cb702ea2445d456c9d4254b83b02d79a4 Mon Sep 17 00:00:00 2001 From: Max Handke Date: Wed, 3 Jul 2024 02:07:55 +0200 Subject: [PATCH] fixed mysql user problem --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fd379e6..8a4f1cd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,7 +8,7 @@ spring.datasource.url=jdbc:mysql://mysql-2cfd3f0b-kickevent.g.aivencloud.com:131 spring.datasource.username=${MYSQL_USER} spring.datasource.password=${MYSQL_PASSWORD} spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver -spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect +spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect spring.jpa.hibernate.ddl-auto=update server.port=13138 user.token.expirationTimeInMs=600000L