From 7c2c6a5e5b3d9f96aef3c67573aa62bbd9a3aa7f Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期四, 11 九月 2025 10:48:18 +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