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