From a1517b36ef4efc43dabe9cb0e6c659d74eeec8e9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 17 七月 2020 16:01:28 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12eaea8..4cee569 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -23,6 +23,10 @@
     port: 6379
     database: 0
 #    password: xltys1995
+  servlet:
+    multipart:
+      maxFileSize: 10MB
+      maxRequestSize: 100MB
 
 mybatis-plus:
   mapper-locations: classpath:mapper/*.xml

--
Gitblit v1.9.1