Update application.properties
This commit is contained in:
parent
efa6e62984
commit
1d392594ba
@ -1,9 +1,9 @@
|
|||||||
# ===============================
|
# ===============================
|
||||||
# base de données MySQL
|
# base de données MySQL
|
||||||
# ===============================
|
# ===============================
|
||||||
spring.datasource.url=jdbc:mysql://192.168.1.16:3306/jpa?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=UTC
|
spring.datasource.url=jdbc:mysql://192.168.1.16:3306/jpa?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=UTC
|
||||||
spring.datasource.username=desktop
|
spring.datasource.username=
|
||||||
spring.datasource.password=Cosmoc4t$77
|
spring.datasource.password=
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
# log
|
# log
|
||||||
logging.level.root=INFO
|
logging.level.root=INFO
|
||||||
@ -17,6 +17,6 @@ spring.jpa.show-sql=true
|
|||||||
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
|
||||||
# ===============================
|
# ===============================
|
||||||
# Permet d'exécuter le data.sql
|
# Permet d'exécuter le data.sql
|
||||||
# ===============================
|
# ===============================
|
||||||
## spring.datasource.initialization-mode=always
|
## spring.datasource.initialization-mode=always
|
||||||
|
Loading…
Reference in New Issue
Block a user