Commit bb6f0d00 authored by duanruiming's avatar duanruiming

[update] 修改netty端口

parent 35659b04
......@@ -33,6 +33,6 @@ public class Application implements ApplicationRunner {
@Override
public void run(ApplicationArguments args) throws Exception {
NettyClient.start(8081, threadPoolExecutor);
NettyClient.start(5050, threadPoolExecutor);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment