From 98b768cfea0b4c485fb71b2ef39f55ff430eb5ff Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Mon, 21 Dec 2020 22:49:42 +0800
Subject: [PATCH] Update application-test.yml

---
 application-test.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/application-test.yml b/application-test.yml
index b31bd19..f9aa703 100644
--- a/application-test.yml
+++ b/application-test.yml
@@ -31,6 +31,12 @@ spring:
     publisher-confirms: true
     #确认消息已发送到队列(Queue)
     publisher-returns: true
+  http:
+    multipart:
+      enabled: true
+      file-size-threshold: 1000Mb
+      max-file-size: 2048Mb
+      max-request-size: 2048Mb
   boot:
     admin:
       auto-registration: true
--
libgit2 0.26.0