Fix up the properties

This commit is contained in:
2025-04-28 14:46:44 +02:00
parent f40eef9082
commit 6ec57b886f

View File

@@ -9,12 +9,9 @@ spring.datasource.username=phatphuckdave
spring.datasource.password=phatphuckdave765 spring.datasource.password=phatphuckdave765
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver 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.database-platform = org.hibernate.dialect.MariaDB103Dialect
spring.jpa.open-in-view=true spring.jpa.open-in-view=true
spring.jpa.show_sql=false spring.jpa.show_sql=false
spring.jpa.generate-ddl=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 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
verySecretKey=verySecretKey