From 11bb93e34b91a8ba4c5588dbe907988a1f279859 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Tue, 15 Dec 2020 14:06:00 +0800 Subject: [PATCH] 增加新的websocket版本 --- src/main/resources/application.yml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 15f6111..e6496fa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,9 +4,6 @@ session-timeout: 30 tomcat.max-threads: 0 tomcat.uri-encoding: UTF-8 - jsp-servlet: - init-parameters: - development: true spring: thymeleaf: -- Gitblit v1.8.0