springboot dubbo filter之依赖注入null时间:2023-03-10 02:48:44 @Autowired private ICallerRepository callerRepository; ... //用dubbo提供的ServiceBean即可获取bean,因为该类已经实现了ApplicationContextAware ApplicationContext context= ServiceBean.getSpringContext(); callerRepository = context.getBean(ICallerRepository.class);