From 0ed6c70139725e29f55b66dcd6530bf69b02e289 Mon Sep 17 00:00:00 2001 From: flykhan Date: Mon, 13 Mar 2023 11:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E5=90=8E=E7=AB=AFmysqlpassword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backendcloud/backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backendcloud/backend/src/main/resources/application.properties b/backendcloud/backend/src/main/resources/application.properties index 038f6e5..2a73e47 100644 --- a/backendcloud/backend/src/main/resources/application.properties +++ b/backendcloud/backend/src/main/resources/application.properties @@ -3,6 +3,6 @@ server.port=3001 #mysql database connect profile spring.datasource.username=root -spring.datasource.password=mysqlPassword +spring.datasource.password=mysqlpassword spring.datasource.url=jdbc:mysql://localhost:3306/kob?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver