摘要:
1. 初始化EventLoopGroup bossGroup = new NioEventLoopGroup(); 不填默认NettyRuntime.availableProcessors() * 2 protected MultithreadEventExecutorGroup(int nThre 阅读全文
:: :: :: :: :: 管理 |
摘要:
1. 初始化EventLoopGroup bossGroup = new NioEventLoopGroup(); 不填默认NettyRuntime.availableProcessors() * 2 protected MultithreadEventExecutorGroup(int nThre 阅读全文
摘要:
事件发布 public void environmentPrepared(ConfigurableEnvironment environment) { for (SpringApplicationRunListener listener : this.listeners) { listener.en 阅读全文
摘要:
起点代码,通过main方法启动springboot程序 @SpringBootApplication public class Main { public static void main(String[] args) { SpringApplication app = new SpringAppl 阅读全文
|