Compare commits
11 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
165965a391 | ||
![]() |
5cbd384954 | ||
![]() |
0ceae0c0bf | ||
![]() |
475587d541 | ||
![]() |
2795468f61 | ||
![]() |
25551e5163 | ||
![]() |
6477f7e4a5 | ||
![]() |
d88b34c774 | ||
![]() |
eadca672ba | ||
![]() |
44af1869a7 | ||
![]() |
69feb6d378 |
2 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
rootProject.name = 'simpleat'
|
||||
rootProject.name = 'simpleat-back'
|
||||
|
|
|
@ -6,9 +6,9 @@ spring.main.allow-circular-references=true
|
|||
# ===============================
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue