Spring aup dependencies
2 answers
Have you added spring-aop? The easiest way is to use maven to build (or a similar dependency management tool) and add a spring-aop dependency http://mvnrepository.com/artifact/org.springframework/spring-aop/4.1.0.RELEASE
0
source to share
As with Spring 3.2, you no longer need to add CGLIB to your project path, so when using Spring-4.1 you can ignore it
the only jar you need to work in is Aop on Spring project is aspectjweaver version 1.6.8 or newer. This library is available in the lib directory of the AspectJ distribution or through the Maven Central repository. => here
0
source to share