spring aop performance monitoring
21 Feb 2018
Noboby instruments code better than Spring AOP. Generating execution times for methods is made easy with the AbstractMonitoringInterceptor.
Spring AOP configuration:
- Pointcuts are methods to be intercepted by AOP and Advisors link pointcuts to interceptor implementations:
Make sure to use correct aspectj versions in your pom:
- Log4j Logging level has to be at TRACE for the logs to show up.