From 4b8e10e605d28fc1b4ad3d33a6cf2bfbbea15bd5 Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Fri, 19 Jul 2024 18:34:01 +0800 Subject: [PATCH] 1 --- websocketSerivce/src/main/resources/application.yml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/websocketSerivce/src/main/resources/application.yml b/websocketSerivce/src/main/resources/application.yml index 4df9d87..bfad70d 100644 --- a/websocketSerivce/src/main/resources/application.yml +++ b/websocketSerivce/src/main/resources/application.yml @@ -1,6 +1,5 @@ server: - # 服务器的HTTP端口,默认为8090 - port: 8001 + port: 8091 spring: datasource: -- Gitblit v1.9.3