From 8d36e19c89d0314f5d994f4d2294a4d66d286810 Mon Sep 17 00:00:00 2001 From: Hedi Date: Tue, 14 Dec 2021 09:19:30 +0100 Subject: [PATCH] test --- .gitignore | 1 - .idea/modules.xml | 8 -------- src/main/resources/application.properties | 4 ++-- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore index 2ea2eec..1a03347 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,3 @@ build/ ### VS Code ### .vscode/ /.idea/ -/src/main/resources/ diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 78e41bd..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4035790..f286e8c 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