From 9194cb195ff36e74b2c4f4445f27bd2616b26217 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 13 八月 2025 16:13:01 +0800 Subject: [PATCH] 浪潮对接单点登录:开通接口报错问题修复 --- src/main/resources/application-tide.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-tide.yml b/src/main/resources/application-tide.yml index 27e2537..affcc43 100644 --- a/src/main/resources/application-tide.yml +++ b/src/main/resources/application-tide.yml @@ -17,7 +17,7 @@ # 寮�鍙戠幆澧冮厤缃� server: # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080 - port: 7003 + port: 8014 servlet: # 搴旂敤鐨勮闂矾寰� context-path: / @@ -62,7 +62,7 @@ druid: # 涓诲簱鏁版嵁婧� master: - url: jdbc:mysql://10.136.12.71:3306/mis_ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://10.136.12.71:3306/mom_ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: zttZTT123! # 浠庡簱鏁版嵁婧� -- Gitblit v1.9.3