From 7bcc9562b6f07d008030d66197f1962ad563a059 Mon Sep 17 00:00:00 2001 From: pl <935764380@qq.com> Date: Tue, 10 May 2022 15:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2068-yexiu-read-application/src/main/resources/application.properties b/2068-yexiu-read-application/src/main/resources/application.properties index 7758c85..243fc58 100644 --- a/2068-yexiu-read-application/src/main/resources/application.properties +++ b/2068-yexiu-read-application/src/main/resources/application.properties @@ -52,8 +52,7 @@ spring.cloud.nacos.discovery.server-addr=127.0.0.1:9010 properties.jdbc.driverClassName=com.mysql.jdbc.Driver -properties.jdbc.url=jdbc:mysql://yuexiudev.rwlb.rds.aliyuncs\ - .com:3306/yxh?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true +properties.jdbc.url=jdbc:mysql://yuexiudev.rwlb.rds.aliyuncs.com:3306/yxh?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true properties.jdbc.username=app properties.jdbc.password=!Dbrty@111 properties.jdbc.validationQuery=SELECT 1