From f1560171b448e272605394ac5f9f3c50af8278a7 Mon Sep 17 00:00:00 2001 From: ms group dev Date: Tue, 26 Feb 2019 19:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3ff3d837..e219c8ad 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -21,6 +21,7 @@ ms: memory-size: 4096 spring: + http.multipart.enabled: false profiles: active: dev mvc: @@ -34,6 +35,7 @@ spring: servlet: multipart: max-request-size: 100MB + enabled: false freemarker: suffix: .ftl charset: UTF-8