Compare commits

...

11 Commits

Author SHA1 Message Date
Vincent Ramiere
165965a391 Merge branch 'main' into Vincent
Merge main
2022-03-13 19:39:35 +01:00
Vincent Ramiere
5cbd384954 settings gradle 2022-03-13 19:37:45 +01:00
Vincent Ramiere
0ceae0c0bf Merge branch 'dev' into Vincent
Fin Dev
2022-03-11 14:53:40 +01:00
Vincent Ramiere
475587d541 Merge branch 'dev' into Vincent
04/03/2022
2022-03-04 15:34:13 +01:00
Vincent Ramiere
2795468f61 modif data.sql 2022-03-04 15:33:13 +01:00
Vincent Ramiere
25551e5163 modif data.sql 2022-03-04 14:35:06 +01:00
Vincent Ramiere
6477f7e4a5 maj dataSql pour personnes et restaus 2022-02-17 09:44:19 +01:00
Vincent Ramiere
d88b34c774 Merge branch 'dev' into Vincent
OK
2022-02-17 09:32:10 +01:00
Vincent Ramiere
eadca672ba Merge branch 'dev' into Vincent
valid
2022-02-14 17:40:24 +01:00
Vincent Ramiere
44af1869a7 Merge branch 'dev' into Vincent
Merge dev sur vincent
2022-01-21 15:03:21 +01:00
Vincent Ramiere
69feb6d378 maj branche Vincent 2022-01-19 15:52:18 +01:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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