From 93acabd3f68947ee648ce42fcf7ae9a2e2942972 Mon Sep 17 00:00:00 2001 From: yangzhengze <1403014932@qq.com> Date: Fri, 13 Jul 2018 11:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=85=8D=E7=BD=AE=E5=B7=B2=E7=BB=8F=E5=BC=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 48245c26..a6d369b4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -36,10 +36,12 @@ spring: date-format: yyyy-MM-dd HH:mm:ss profiles: active: druid - http: - multipart: - max-file-size: 30Mb - max-request-size: 30Mb + #文件上传 + servlet: + multipart: + max-file-size: 30MB + max-request-size: 30MB + devtools: restart: #禁用devtools模块的热部署功能