From 1bf379d02afceac7fb1a64f7ddc6547025ab54af Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 17 Jun 2022 12:41:40 +0800 Subject: [PATCH] 20220606 --- src/main/resources/application.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7d62cc0..be7bca9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,3 +2,8 @@ upload.file.location=file:D:/Tools/ upload.file.path =/image/** static.resource.url =http://192.168.0.11:8878/image/ +# �����ļ���СΪ5MB +spring.servlet.multipart.max-file-size = 5MB + +# ���ϴ������ݴ�С5MB +spring.servlet.multipart.max-request-size = 5MB -- Gitblit v1.9.1