Spring AOP (Aspect) Not executing

前端 未结 6 672
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 08:18

I ams using Spring 2.5.6, asm 1.5.3, aspectjrt/aspectjweaver 1.6.1, cglib 2.1_3 In my Web based Spring application I have following class:

package uk.co.txttools         


        
6条回答
  •  攒了一身酷
    2021-02-05 09:02

    Only to make the list of possible answers complete:

    To me it looks like you are missing the following dependency in your maven pom.xml:

    
      org.springframework
      spring-aop
      2.5.6
    
    

提交回复
热议问题