A simple Spring Boot project to learn and demonstrate Aspect Oriented Programming (AOP) concepts such as Aspect, Weaving, PointCut, JoinPoint, and Advice. Spring Boot application with REST API.
This project should have demonstrated that ajc weaves all classes when doing compile-time weaving, regardless of scope created by the aop.xml configuration. (Un)fortunately, thats not possible, since ...