From 6ec57b886fdf849fa31e6d909e8bfed8aef379c1 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 28 Apr 2025 14:46:44 +0200 Subject: [PATCH] Fix up the properties --- src/main/resources/application.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6c5e6d9..6bc2254 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,12 +9,9 @@ spring.datasource.username=phatphuckdave spring.datasource.password=phatphuckdave765 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver -spring.jpa.database=MARIADB +spring.jpa.database=MYSQL spring.jpa.database-platform = org.hibernate.dialect.MariaDB103Dialect spring.jpa.open-in-view=true spring.jpa.show_sql=false spring.jpa.generate-ddl=false -spring.jpa.hibernate.use-new-id-generator-mappings=true spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true - -verySecretKey=verySecretKey