Modif app.properties_vincent

This commit is contained in:
Vincent Ramiere 2022-02-16 15:17:34 +01:00
parent 49694f4bc0
commit fc916ca0b6
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# ===============================
# base de données MySQL
# ===============================
spring.datasource.url=jdbc:mysql://localhost:3308/simpleat?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=CET
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.url=jdbc:mysql://localhost:3306/simpleat?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=CET
spring.datasource.username=simplon
spring.datasource.password=bbLouis1&Noe2
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# log
#logging.level.root=INFO