From facc0ea3fa37091a98aa1e0a0d1081fd32fba28e Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期六, 27 一月 2024 11:38:29 +0800
Subject: [PATCH] 优化协议
---
src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java b/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java
index 9d5221a..5b54ce9 100644
--- a/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java
+++ b/src/main/java/com/fzzy/protocol/weightyh/YhScaleServerEngine.java
@@ -15,7 +15,7 @@
@Slf4j
public class YhScaleServerEngine {
- public static final int port = 19090;
+ public static final int port = 19003;
public static NettyServer ioServer = null;
// 閰嶇疆娑堟伅鎺ユ敹绫�
@@ -35,7 +35,7 @@
log.info("* ========================");
log.info("* ");
- log.info("* 鍦扮-鑰�鍗庡搧鐗屾湇鍔″惎鍔紝绔彛鍙�={}", YhScaleServerEngine.port);
+ log.info("* WEIGHT-SERVER-START锛孭ORT={}", YhScaleServerEngine.port);
log.info("* ");
log.info("* ========================");
}
--
Gitblit v1.9.3