From b95699652357c6218b45eceb81170ddfebb30e1d Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 05 Jul 2022 16:06:25 +0800
Subject: [PATCH] fix conflect

---
 src/main/resources/application-test.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 0c39782..31d19f5 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -74,8 +74,8 @@
 
   servlet:
     multipart:
-      max-file-size: 5120
-      max-request-size: 5120
+      max-file-size: 5MB
+      max-request-size: 100MB
 mybatis-plus:
   mapper-locations: classpath:mapper/*.xml
 

--
Gitblit v1.9.1