From 4f40b9db5bc7f07fd3ba5e0ebef5889fbc84def7 Mon Sep 17 00:00:00 2001 From: HediMjid <91838340+HediMjid@users.noreply.github.com> Date: Mon, 13 Dec 2021 18:00:38 +0100 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 810eee5..0e709cc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ # =============================== -# base de données MySQL +# base de données MySQL # =============================== spring.datasource.url=jdbc:mysql://192.168.1.16:3306/jpa?useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=UTC -spring.datasource.username=desktop -spring.datasource.password=Cosmoc4t$77 +spring.datasource.username= +spring.datasource.password= spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # log logging.level.root=INFO @@ -17,7 +17,7 @@ spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect # =============================== -# Permet d'exécuter le data.sql +# Permet d'exécuter le data.sql # =============================== ## spring.datasource.initialization-mode=always