现象 在被@ServerEndPoint 装饰的 NettyServer class里,需要引用其他bean,例如userService,但是通过 @resource注解,无法注入预期的bean,换成 autowired就正常。 这个是为啥