geekyhacker.com
How to configure AspectJ in Spring Boot
Some Spring Boot annotations by default use Spring AOP to create proxy classes. Of course, Spring allows using other libraries like AspectJ that can provide some advantages. In this article, we cov…