Contribute to uday9553/Spring_AOP-Example development by creating an account on GitHub.
This project is an example of how to use Spring AOP in a Spring Boot application. LogginAspect.java is the aspect class that logs the method calls. At start up, Spring runs the applicationRunner bean, ...