Spring autowired bean for @Aspect aspect is null

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

I have the following spring configuration:





        
9条回答
  •  自闭症患者
    2020-11-29 04:00

    Another option is to add @Configurable to your aspect class instead of messing around with XML.

提交回复
热议问题