From 1ddaa7b34d734e7c14ae37bb428ff32b4f3d4f31 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 22 Dec 2020 22:07:15 +0800 Subject: [PATCH] =?UTF-8?q?Tomcat=E7=9A=84=E6=9C=80=E5=A4=A7POST=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=99=90=E5=88=B6=E5=8F=82=E6=95=B0=E5=AE=9E=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/config/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index aff7f3fe..0a0bfce6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -25,6 +25,7 @@ server: context-path: /js tomcat: uri-encoding: UTF-8 + #maxHttpFormPostSize: -1 # 当 Nginx 为 https,tomcat 为 http 时,设置该选项为 true schemeHttps: false