From 2c5f5e7091330a748257baab82e81038a0d22816 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 26 十二月 2024 10:25:30 +0800 Subject: [PATCH] JWT have some error --- pms-parent/pms-global/src/main/resources/application-global.yml | 9 ++++++--- 1 files changed, 6 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 745cfc0..822bbb8 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -2,8 +2,8 @@ servlet: multipart: # 鍓嶇涓婁紶鏂囦欢锛岄檺鍒跺崟涓枃浠剁殑澶у皬鍜岄檺鍒舵墍鏈夋枃浠剁殑澶у皬 - max-file-size: 20MB - max-request-size: 25MB + max-file-size: 500MB + max-request-size: 5000MB logging: charset: console: UTF-8 @@ -84,6 +84,9 @@ report: webPort: 12350 idSuffix: 7 + wechat: + webPort: 12351 + idSuffix: 8 file: idSuffix: 99 file1: @@ -116,7 +119,7 @@ photoZipWidth: 400 #缂╃暐鍥惧昂瀵� webFile: fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL - supportedFileTypes: docx,xlsx,pdf + supportedFileTypes: docx,xlsx,doc,xls,pdf #鏀寔鐨勬枃妗o紙闈炲獟浣撴枃浠讹紝濡傜収鐗囥�佸綍闊炽�佸綍鍍忥級鏂囦欢绫诲瀷 sv1: id: dyFile1 absolutePath: E:/java/nginx-1.24.0/html/webfiles/ -- Gitblit v1.8.0