maj branche Vincent

This commit is contained in:
Vincent Ramiere 2022-01-19 15:52:18 +01:00
parent ec0dc019d8
commit 69feb6d378
2 changed files with 4 additions and 4 deletions

View File

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

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