From 709a4a10be56952ead6340e4822fce41a66e47cd Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 26 七月 2023 18:39:28 +0800 Subject: [PATCH] Merge branch '1.1' of http://120.76.84.145:10101/gitblit/r/java/SuperSaveDriving into dev --- zuul/src/main/resources/application.yml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/zuul/src/main/resources/application.yml b/zuul/src/main/resources/application.yml index b14faa5..51d6bdd 100644 --- a/zuul/src/main/resources/application.yml +++ b/zuul/src/main/resources/application.yml @@ -4,6 +4,10 @@ spring: application: name: zuul-gateway #服务名称 + servlet: + multipart: + max-request-size: 500MB + max-file-size: 500MB eureka: client: -- Gitblit v1.7.1