From 5cb1979f05446792cc33a8cb6b7aaae906da5a70 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期三, 16 八月 2023 09:32:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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