Compare commits

...

4 Commits

Author SHA1 Message Date
Your Name d4dc843498 modif final 2022-03-11 14:40:39 +01:00
Your Name 71a4918504 modif back 2022-03-09 16:05:37 +01:00
Your Name 82ac354e7a ola 2022-03-04 11:27:41 +01:00
Your Name 362ab67c9a modif 2022-03-03 11:32:03 +01:00
2 changed files with 5 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 # base de données MySQL
# =============================== # ===============================
spring.datasource.url=jdbc:mysql://localhost:3308/simpleat?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=CET spring.datasource.url=jdbc:mysql://localhost:3306/simpleat?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=CET
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=root spring.datasource.password=BOHmilaresol02
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# log # log
#logging.level.root=INFO #logging.level.root=INFO
@ -26,3 +26,4 @@ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDial
# =============================== # ===============================
spring.sql.init.mode=always spring.sql.init.mode=always
spring.jpa.defer-datasource-initialization=true spring.jpa.defer-datasource-initialization=true
server.port=8081