Fix up the properties
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user