Spring aup dependencies
NOTE. Please ignore if I ask any stupid questions. I apologize in advance.
PROBLEM: I am new to spring and spring-aop. Everything was great if the java class doesn't use @Aspect , but
+3
Haris mehmood
source
to share
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
Nadir
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
elmehdi
source
to share