From 1a406e3e206af1ab7e38042548a085b078b6ca09 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Tue, 15 Dec 2020 14:34:26 +0800
Subject: [PATCH] 增加websocket单位
---
src/main/resources/application.yml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d44149a..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:
@@ -65,6 +62,7 @@
min-idle: 0
+
# data:
# mongodb:
# uri: mongodb://47.96.171.62:27017/monitor
--
Gitblit v1.8.0