From aa241a47c90ed776062adf0b8daccf288a21836f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 10 八月 2023 09:55:54 +0800 Subject: [PATCH] 合并代码 --- 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