From d7fd24cda7b8b5124fca826fa4301cdb3acdb6b5 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 19 八月 2025 17:46:52 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/resources/application.yml | 56 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 44 insertions(+), 12 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index bffcc0b..0eef77e 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 @@ -37,9 +37,27 @@ logging: # 鏃ュ織璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/logs锛孡inux閰嶇疆 /home/ruoyi/logs,涓嶅~鍚岀骇鐩綍logs锛� path: D:/ruoyi/ls/logs + # 瀛楃缂栫爜 + charset: + console: UTF-8 + file: UTF-8 + # 鏃ュ織鏂囦欢閰嶇疆 + file: + name: ${logging.path}/ruoyi.log + max-size: 100MB + max-history: 30 + # 鏃ュ織绾у埆閰嶇疆 level: - com.ruoyi: debug + com.ruoyi: info + com.smartor: info org.springframework: warn + org.apache.ibatis: warn + # 鎺у埗鍙拌緭鍑虹骇鍒� + root: info + # 鏃ュ織鏍煎紡閰嶇疆 + pattern: + console: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n" + file: "%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n" # 鐢ㄦ埛閰嶇疆 user: @@ -99,18 +117,26 @@ configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl -# PageHelper鍒嗛〉鎻掍欢 -pagehelper: - helperDialect: mysql - supportMethodsArguments: true - params: count=countSql -# Swagger閰嶇疆 -swagger: - # 鏄惁寮�鍚痵wagger +# 娌冲崡SSO閰嶇疆锛堜附姘寸敤涓嶅埌锛� +sso: enabled: true - # 璇锋眰鍓嶇紑 - pathMapping: /dev-api + 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://10.10.13.142:8096/sso/callback" + # 澶栫綉閰嶇疆 + 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" + state: "smartor" # 浣犱滑绯荤粺鏍囪瘑 + scope: "openid roles profile" # 闃叉XSS鏀诲嚮 xss: @@ -120,3 +146,9 @@ excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* + +#涓嶉渶瑕佽繘琛岄暱鏈熶换鍔$殑鏈烘瀯 +noLongTask: 47231022633110211A2101, + +#鐪佺珛鍚屽痉鍙栨暟鎹叕鍏辨帴鍙� +sltd_pub_path: "http://open-tdyy.cfuture.shop/kapi/gw-api/" -- Gitblit v1.9.3