From 8435cf1d25d07b09e2a9937d39bed1c1a422e4f0 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期四, 14 十二月 2023 14:10:45 +0800 Subject: [PATCH] 提交正来电子协议解析-1 --- 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