From 066998bc883a4a5e6f7c894c8a440d7554e2e10c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 08 一月 2026 17:24:19 +0800
Subject: [PATCH] 浪潮对接单点登录:租户数据隔离功能2
---
src/main/resources/application-cwglxt.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-cwglxt.yml b/src/main/resources/application-cwglxt.yml
index 0ceb86a..6f7486b 100644
--- a/src/main/resources/application-cwglxt.yml
+++ b/src/main/resources/application-cwglxt.yml
@@ -65,7 +65,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://10.136.58.65:3306/mis-ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://127.0.0.1:3306/mis-ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: zttZTT123!
# 浠庡簱鏁版嵁婧�
@@ -144,8 +144,8 @@
# 鏁版嵁搴撶储寮�
database: 0
# 瀵嗙爜
-# password: zttZTT123!
- password: 123456
+ password: zttZTT123!
+# password: 123456
# 杩炴帴瓒呮椂鏃堕棿
timeout: 10s
--
Gitblit v1.9.3