yanghb
2023-04-21 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc
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();