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();