From 85eb20cf0c8b70b1bf83e952baf13f581841387b Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Wed, 17 Jul 2024 19:26:51 +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