From fb162d97bde83a30aadb3aaa6b27af0fb1f44c08 Mon Sep 17 00:00:00 2001 From: Hedi Date: Tue, 14 Dec 2021 09:22:59 +0100 Subject: [PATCH] test --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 46855ec..8dc34fb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,8 +2,8 @@ # 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= -spring.datasource.password= +spring.datasource.username=desktop +spring.datasource.password=Cosmoc4t$77 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # log #logging.level.root=INFO