it_worker365

   ::  ::  ::  ::  :: 管理

2021年5月7日

摘要: 1. 初始化EventLoopGroup bossGroup = new NioEventLoopGroup(); 不填默认NettyRuntime.availableProcessors() * 2 protected MultithreadEventExecutorGroup(int nThre 阅读全文
posted @ 2021-05-07 11:35 it_worker365 阅读(127) 评论(0) 推荐(0) 编辑

摘要: 事件发布 public void environmentPrepared(ConfigurableEnvironment environment) { for (SpringApplicationRunListener listener : this.listeners) { listener.en 阅读全文
posted @ 2021-05-07 10:14 it_worker365 阅读(62) 评论(0) 推荐(0) 编辑

摘要: 起点代码,通过main方法启动springboot程序 @SpringBootApplication public class Main { public static void main(String[] args) { SpringApplication app = new SpringAppl 阅读全文
posted @ 2021-05-07 09:31 it_worker365 阅读(41) 评论(0) 推荐(0) 编辑