From e6a8f8388901749b66a36c0b5e5f2984efcea7e6 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Tue, 15 Dec 2020 14:03:46 +0800
Subject: [PATCH] 增加新的websocket,取消中文转化参数功能。

---
 src/main/resources/application.yml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 06aa043..e6496fa 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -4,13 +4,6 @@
   session-timeout: 30
   tomcat.max-threads: 0
   tomcat.uri-encoding: UTF-8
-  max-http-header-size: 10000000
-  jsp-servlet:
-    init-parameters:
-            development: true
-
-
-
 
 spring:
   thymeleaf:

--
Gitblit v1.8.0