vince
2025-03-06 88763f2ae21e9d3771ba744577edcc2d344802a6
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,PORT={}", YhScaleServerEngine.port);
        log.info("* ");
        log.info("* ========================");
    }