xuhy
2023-10-19 78851285202a040f8ddf998c067cd462874c1cb9
ZuulTravel/src/main/java/com/sinata/zuul/util/echo/NettyServer.java
@@ -48,9 +48,9 @@
   public class NettyRunnable implements Runnable {
      /**
       * 获取即时通讯启动端口
       * 获取即时通讯启动端口 add by yanghb
       */
      private Integer nettyPort = 9999;
      private Integer nettyPort = 8888;
      @Override
      public void run() {
         EventLoopGroup bossGroup = new NioEventLoopGroup();