From abd15a3c36ca136a8fcd6abdd91f48b14d984e38 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 16 四月 2026 16:22:26 +0800
Subject: [PATCH] 【本地】延迟上限问题

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

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 42f8831..b6d2613 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -75,6 +75,7 @@
     basename: i18n/messages
   profiles:
     active: druid
+
   # 鏂囦欢涓婁紶
   servlet:
     multipart:
@@ -114,8 +115,10 @@
   mapperLocations: classpath*:mapper/**/*Mapper.xml
   # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
   configLocation: classpath:mybatis/mybatis-config.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+  # 娉ㄥ唽鑷畾涔塗ypeHandler鍖�
+  typeHandlersPackage: com.smartor.typehandler
+  #configuration:
+  #  log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 
 # 娌冲崡SSO閰嶇疆锛堜附姘寸敤涓嶅埌锛�
@@ -128,15 +131,19 @@
     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://10.10.13.142:8096/sso/callback"
+    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/sso/callback"
+    redirect_uri: "http://172.20.111.142:8096/login"
   state: "smartor"  # 浣犱滑绯荤粺鏍囪瘑
-  scope: "openid roles profile"
+  scope: "openid%20roles%20profile"
+  #鍗曠偣鐧婚檰鐧藉悕鍗旾P閰嶇疆
+  whitelist:
+    ips:
+
 
 # 闃叉XSS鏀诲嚮
 xss:
@@ -148,4 +155,20 @@
   urlPatterns: /system/*,/monitor/*,/tool/*
 
 #涓嶉渶瑕佽繘琛岄暱鏈熶换鍔$殑鏈烘瀯
-noLongTask: 47231022633110211A2101,
+noLongTask:
+
+#鐪佺珛鍚屽痉鍙栨暟鎹叕鍏辨帴鍙�
+sltd_pub_path: "http://open-tdyy.cfuture.shop/kapi/gw-api/"
+
+#鐢ㄦ埛榛樿瀵嗙爜
+userPwd: 123456
+
+#杩欎簺绌哄�奸兘鏄潵鏈潵鐨勫彉閲忥紝鍏堝崰浣�
+lwl_app_key:
+sms_accountName:
+sms_password:
+sms_url:
+sms_sourceAddr:
+sms_serviceCode:
+sms_appkey:
+sms_flag:

--
Gitblit v1.9.3