From 96c58948fd9050d7b5e3df0d872db448986e7dfc Mon Sep 17 00:00:00 2001 From: LiuYuanchi Date: Tue, 29 Apr 2025 23:07:40 +0800 Subject: [PATCH] =?UTF-8?q?[tag]=20=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=BF=9E=E6=8E=A5=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0f6adf0..029c976 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ spring.application.name=project-Management -spring.datasource.url=jdbc:mysql://8.130.82.85:33306/WaterManagement?useSSL=false&serverTimezone=UTC +spring.datasource.url=jdbc:mysql://8.130.82.85:33306/WaterManagement?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true spring.datasource.username=root spring.datasource.password=tju1895 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver