Spring AOP (Aspect) Not executing

前端 未结 6 677
没有蜡笔的小新
没有蜡笔的小新 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 08:41

    If you havent tried already...try the xml based spring-aop configuration as follows:

        
        
            
            
    
             // set other 2 pointcuts similarly....
                   
        
        
    

提交回复
热议问题