From 2b0b64182263d922b946ec898070e59b602382dc Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期四, 11 九月 2025 18:38:09 +0800 Subject: [PATCH] 交易审批多节点问题处理完善 --- src/main/resources/application.yml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 06f1cb3..aa6ae63 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,6 +2,8 @@ port: 8089 servlet: context-path: /admin + tomcat: + max-swallow-size: 500MB spring: application: @@ -16,7 +18,11 @@ #mcv閰嶇疆 mvc: pathmatch: - matching-strategy: ant_path_matcher + matching-strategy: ant_path_matcher + servlet: + multipart: + max-file-size: 500MB + max-request-size: 500MB # MyBatis Plus閰嶇疆 mybatis-plus: -- Gitblit v1.8.0