is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-

出現此日誌的緣由:spring

https://blog.csdn.net/m0_37962779/article/details/78605478spa

上面的博客中可能解決了他的問題,可個人項目是spring boot+dubbo+shiro,這個問題致使shiro自定義的Realm經過@Reference引用dubbo的服務時獲得空指針,多是因爲ShiroFilterFactoryBean繼承自FactoryBean也致使了提早初始化,而dubbo的BeanPostProcessor此時還未註冊致使.net

目前的解決方案是建立dubbo的ReferenceBean對象,再Autowired到realm中指針

相關文章
相關標籤/搜索