Ajout class
This commit is contained in:
parent
87dc17f478
commit
fc741838e4
|
@ -2,11 +2,11 @@
|
|||
# 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.username=desktop
|
||||
spring.datasource.password=Cosmoc4t$77
|
||||
spring.datasource.username=
|
||||
spring.datasource.password=
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
# log
|
||||
logging.level.root=INFO
|
||||
#logging.level.root=INFO
|
||||
logging.file=d:/data/log-hibernate-jpa.log
|
||||
logging.level.org.springframework.jdbc.core.JdbcTemplate=debug
|
||||
# ===============================
|
||||
|
@ -19,4 +19,4 @@ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDial
|
|||
# ===============================
|
||||
# Permet d'exécuter le data.sql
|
||||
# ===============================
|
||||
## spring.datasource.initialization-mode=always
|
||||
#spring.datasource.initialization-mode=always
|
||||
|
|
Loading…
Reference in New Issue