In this video, shows you how to set up Spring AOP project step by step.
1. Add extra dependencies (aspectjrt, aspectjweaver)
2. Write cross-cutting aspect
3. Enable AspectJ annotation. @EnableAspectJAutoProxy
source code: https://github.com/TinaXing2012/Sprin...