From a73d6457ded7077ffbf64f03b542fe267e125595 Mon Sep 17 00:00:00 2001 From: gaoben Date: Mon, 22 Feb 2021 13:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8Btcp=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shapelight-admin/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shapelight-admin/src/main/resources/application.yml b/shapelight-admin/src/main/resources/application.yml index 0a70829..f0a39aa 100644 --- a/shapelight-admin/src/main/resources/application.yml +++ b/shapelight-admin/src/main/resources/application.yml @@ -99,6 +99,8 @@ global: wx: appid: wxf59991f23f1f5500 secret: 30b523b2bdd7b0739b7f06e9dc1519f8 + tcp_server: + port: 8777 shapelight: cluster: false #集群配置 true集群环境 false单机环境,还需打开pom.xml里的spring-session-data-redis注释