modif properties
This commit is contained in:
parent
ec0dc019d8
commit
404d333f79
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
rootProject.name = 'simpleat'
|
rootProject.name = 'simpleat-back'
|
||||||
|
|
|
@ -12,7 +12,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
# ===============================
|
# ===============================
|
||||||
# JPA / HIBERNATE
|
# JPA / HIBERNATE
|
||||||
# ===============================
|
# ===============================
|
||||||
spring.jpa.show-sql=true
|
##spring.jpa.show-sql=true
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
##spring.jpa.hibernate.ddl-auto=create-drop
|
##spring.jpa.hibernate.ddl-auto=create-drop
|
||||||
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
|
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
|
||||||
|
|
Loading…
Add table
Reference in a new issue