Update properties for db connectioning
This commit is contained in:
@@ -4,13 +4,13 @@ spring.jackson.serialization.INDENT_OUTPUT=true
|
|||||||
#JPA properties
|
#JPA properties
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
|
|
||||||
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/phatphuckdave
|
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/carinsurance
|
||||||
spring.datasource.username=phatphuckdave
|
spring.datasource.username=carinsurance
|
||||||
spring.datasource.password=phatphuckdave765
|
spring.datasource.password=A6ourNAkKu988iedob7UU7Hk
|
||||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||||
|
|
||||||
spring.jpa.database=MYSQL
|
spring.jpa.database=MYSQL
|
||||||
spring.jpa.database-platform = org.hibernate.dialect.MariaDB103Dialect
|
spring.jpa.database-platform = org.hibernate.dialect.MariaDBDialect
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user