what is the jar files required if we are working spring aop?
Printable View
what is the jar files required if we are working spring aop?
spring-aop-<version>.jar, spring-aspects-<version>.jar, aopalliance-<version>.jar... plus, if you use annotated @Aspect Spring AOP style, the AspectJ jars (aspectjrt-<version>.jar etc.)...or just use Maven and you'll get all the dependencies automatically configured correctly!