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