修改 前端菜单 管理菜单,角色前后端分配 及通道创建失败的问题

This commit is contained in:
LEED
2025-07-07 22:26:26 +08:00
parent b2cee8aeb7
commit ac40c5e5ec
29 changed files with 899 additions and 81 deletions

View File

@@ -73,5 +73,7 @@ public abstract class Server {
log.warn("=>服务:{},在端口:{},已经停止!", config.name, config.port);
}
public void shutdownGracefully() {
stop();
}
}

View File

@@ -52,7 +52,6 @@ public class NettyConfig {
public NettyConfig(int workerGroup,
int businessGroup,
int readerIdleTime,