From 4574296e4453f0cbb75a5fdb8bb39fa43c87297c Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 15 八月 2024 15:07:26 +0800 Subject: [PATCH] @param --- pms-parent/pms-global/src/main/resources/application-global.yml | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml index d276283..f9f3ba4 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -43,16 +43,20 @@ cache-enabled: true #鎵撳紑鍏ㄥ眬缂撳瓨寮�鍏筹紙浜岀骇鐜锛夛紝榛樿鍊兼槸true #default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler + +#涓嶈繘琛寀serToken杩囨护鐨刄RL锛孈ConfigurationProperties瑕佹眰tokennofilter涓墍鏈夊瓧姣嶉兘灏忓啓 +tokennofilter: + urls: + - /sso/sso pms: global: dev: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� - ssoUserExpireAfterAccess: 60 #sso鐧诲綍鍚庯紝鐢ㄦ埛鍦ㄤ竴瀹氭椂闂达紙ssoUserExpireAfterAccess锛夛紙鍒嗛挓锛夊唴鏈闂郴缁燂紝绯荤粺娓呴櫎缂撳瓨淇℃伅锛屼娇鐢ㄩ噸鏂扮櫥褰曠郴缁� + ssoUserExpireAfterAccess: 60 #sso鐧诲綍鍚庯紝鐢ㄦ埛鍦ㄤ竴瀹氭椂闂达紙ssoUserExpireAfterAccess锛夛紙鍒嗛挓锛夊唴鏈闂郴缁燂紝绯荤粺娓呴櫎缂撳瓨淇℃伅锛屼娇鍏堕噸鏂扮櫥褰曠郴缁� ssoCacheSizeInit: 10 #sso缂撳瓨鍒濆瀹归噺 ssoCacheSizeMax: 10000 #sso缂撳瓨鏈�澶у閲忥紝鍗虫敮鎸乻soCacheSizeMax涓敤鎴峰悓鏃剁櫥褰� nginx: webPort: 8000 sso: -# checkUrl: http://127.0.0.1:12344/sso/sso/ssoCheck checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser webPort: 12344 @@ -63,12 +67,18 @@ platform: webPort: 12346 idSuffix: 3 - product: + production: webPort: 12347 idSuffix: 4 other: webPort: 12348 idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 + report: + webPort: 12350 + idSuffix: 7 file: idSuffix: 99 file1: @@ -101,6 +111,7 @@ photoZipWidth: 400 #缂╃暐鍥惧昂瀵� webFile: fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL + supportedFileTypes: docx,xlsx,pdf sv1: id: dyFile1 absolutePath: E:/java/nginx-1.24.0/html/webfiles/ -- Gitblit v1.8.0