Spring autowired bean for @Aspect aspect is null

后端 未结 9 1069
离开以前
离开以前 2020-11-29 03:42

I have the following spring configuration:





        
9条回答
  •  隐瞒了意图╮
    2020-11-29 04:07

    @Configurable(autowire = Autowire.BY_TYPE)
    

    Add this annotation to your Aspectj class. Then it will be handled by Spring IOC.

提交回复
热议问题