From 0c515e7b8e3c1c15c615cc831ef3fdb09ea5265e Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 10 十月 2025 10:25:17 +0800
Subject: [PATCH] 修改BUG

---
 ruoyi-admin/src/main/resources/application.yml |   43 +++++++++++++++++++++++++++++++++++--------
 1 files changed, 35 insertions(+), 8 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 64066c9..7c0275b 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -15,7 +15,7 @@
   # 楠岃瘉鐮佺被鍨� math 鏁扮粍璁$畻 char 瀛楃楠岃瘉
   captchaType: math
 
-# 寮�鍙戠幆澧冮厤缃�
+#  寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
   port: 8095
@@ -114,14 +114,32 @@
   mapperLocations: classpath*:mapper/**/*Mapper.xml
   # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
   configLocation: classpath:mybatis/mybatis-config.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+  #configuration:
+  #  log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
-# PageHelper鍒嗛〉鎻掍欢
-pagehelper:
-  helperDialect: mysql
-  supportMethodsArguments: true
-  params: count=countSql
+
+# 娌冲崡SSO閰嶇疆锛堜附姘寸敤涓嶅埌锛�
+sso:
+  enabled: true
+  client_id: "mbglxt"  # 淇¢�氶櫌鎻愪緵
+  client_secret: "mbglxt"  # 淇¢�氶櫌鎻愪緵
+  # 鍐呯綉閰嶇疆
+  internal:
+    authorize_url: "http://10.10.13.112:37727/connect/authorize"
+    token_url: "http://10.10.13.112:37727/connect/token"
+    userinfo_url: "http://10.10.13.112:37727/connect/userinfo"
+    redirect_uri: "http://172.20.111.142:8096/login"
+  # 澶栫綉閰嶇疆
+  external:
+    authorize_url: "http://172.20.111.142:37727/connect/authorize"
+    token_url: "http://172.20.111.142:37727/connect/token"
+    userinfo_url: "http://172.20.111.142:37727/connect/userinfo"
+    redirect_uri: "http://172.20.111.142:8096/login"
+  state: "smartor"  # 浣犱滑绯荤粺鏍囪瘑
+  scope: "openid%20roles%20profile"
+  #鍗曠偣鐧婚檰鐧藉悕鍗旾P閰嶇疆
+  whitelist:
+    ips:
 
 
 # 闃叉XSS鏀诲嚮
@@ -132,3 +150,12 @@
   excludes: /system/notice
   # 鍖归厤閾炬帴
   urlPatterns: /system/*,/monitor/*,/tool/*
+
+#涓嶉渶瑕佽繘琛岄暱鏈熶换鍔$殑鏈烘瀯
+noLongTask:
+
+#鐪佺珛鍚屽痉鍙栨暟鎹叕鍏辨帴鍙�
+sltd_pub_path: "http://open-tdyy.cfuture.shop/kapi/gw-api/"
+
+#鐢ㄦ埛榛樿瀵嗙爜
+userPwd: 123456

--
Gitblit v1.9.3