From a06aa3c488bf5b45146e0969a5b2c21d0af847e8 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 17 Dec 2021 11:30:12 +0800 Subject: [PATCH] 20211216 --- src/main/resources/application.yml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b89d664..5d52e10 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8804 + port: 8080 tomcat: uri-encoding: utf-8 @@ -16,6 +16,10 @@ aop: proxy-target-class: true + servlet: + multipart: + max-file-size: 1000MB + max-request-size: 1000MB mybatis-plus: type-aliases-package: cc.mrbird.febs.*.entity -- Gitblit v1.9.1