From 419d3c39afc6e5f23774f708e705159a59e3619c Mon Sep 17 00:00:00 2001 From: laixiongwei <491201280@qq.com> Date: Tue, 22 Aug 2023 17:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ms-dal/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ms-dal/src/main/resources/application.properties b/ms-dal/src/main/resources/application.properties index 141eea51..f14a405a 100644 --- a/ms-dal/src/main/resources/application.properties +++ b/ms-dal/src/main/resources/application.properties @@ -1,7 +1,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://47.99.53.35:3306/shopping?characterEncoding=utf-8&useSSL=false -spring.datasource.username=root -spring.datasource.password=Zcwl0420Iot +spring.datasource.url=jdbc:mysql://rm-2ze492h01b2j0i718mo.mysql.rds.aliyuncs.com:3306/shopping?characterEncoding=utf-8&useSSL=false +spring.datasource.username=dd_ds_dev_user +spring.datasource.password=NNfj2n&Gbyhfwe@2 mybatis.mapper-locations=classpath*:mapper/*.xml