From 9ee25e7d3d1134832124a3baefc1d52aed416efd Mon Sep 17 00:00:00 2001 From: zhangtao Date: Wed, 25 Dec 2024 11:08:03 +0800 Subject: [PATCH] =?UTF-8?q?local=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=ADslave=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index dde6546b3..f62c9c0be 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -51,7 +51,7 @@ spring: password: XNJZ-xhllm_user-!#%246 slave: # 模拟从库,可根据自己需要修改 lazy: true # 开启懒加载,保证启动速度 - url: jdbc:mysql://127.0.0.1:3306/xhllm?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true + url: jdbc:mysql://119.3.223.215:3306/xhllm?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true username: xhllm_user password: XNJZ-xhllm_user-!#%246