modif properties

This commit is contained in:
Romain 2022-01-19 15:48:31 +01:00
parent ec0dc019d8
commit 404d333f79
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
rootProject.name = 'simpleat'
rootProject.name = 'simpleat-back'

View File

@ -12,7 +12,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# ===============================
# JPA / HIBERNATE
# ===============================
spring.jpa.show-sql=true
##spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
##spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect