From 889ee57e04165f7acfefd51001ece8d098a93181 Mon Sep 17 00:00:00 2001 From: floxx2112 Date: Mon, 20 Mar 2023 16:34:16 +0100 Subject: [PATCH] up prop --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1b90dc2..cd8b32e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=AssistDBBackend spring.datasource.url=jdbc:mysql://localhost:3306/prudencetest spring.datasource.username=root -spring.datasource.password=Pompom.21 +spring.datasource.password=password server.port=9001 logging.level.org.springframework.boot.web.embedded.tomcat=INFO