Springboot整合Netty进行数据库存储(空指针问题)
Handler中调用service层的保存数据方法,报错java.lang.NullPointerException: null 空指针。参考代码@Componentpublic class ServerHandler extends IoHandlerAdapter { @Autowired protected HealthDataService healthDataService; private static ServerHandler serverHandler