From 831e3312572cf29dd91cbd882ef3dce809ac852d Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期三, 14 六月 2023 20:58:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.1' into 1.1

---
 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