SpringAOP配置的jar问题

要使用SpringAOP除了加入Spring的核心依赖jar之外,还要加入AspectJ的相关依赖


            org.springframework
            spring-context
            5.0.4.RELEASE
        
        
            org.aspectj
            aspectjweaver
            1.9.1
        

 

 

你可能感兴趣的:(Spring)