摘要:
在SpringBoot中启动Netty 方式1 设置一个ApplicationListener @Component public class NettyBooter implements ApplicationListener<ContextRefreshedEvent>{ @Override p 阅读全文
posted @ 2021-05-22 20:43
Kelvin's
阅读(4561)
评论(0)
推荐(0)
摘要:
SpringUtil报空处理 SpringUtil工具类 package com.kelvin.nettydemo; import org.springframework.beans.BeansException; import org.springframework.context.Applica 阅读全文
posted @ 2021-05-22 19:55
Kelvin's
阅读(390)
评论(0)
推荐(0)