jiazx0107@163.com
2023-12-14 8435cf1d25d07b09e2a9937d39bed1c1a422e4f0
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("* ========================");
    }