1. aop的几个重要概念
参考官方解释:https://docs.spring.io/spring-framework/docs/5.2.9.RELEASE/spring-framework-reference/core.html#aop-introduction-defn
2. aop bean definition

3. AspectJPointcutAdvisor

4.AopConfigUtils
5.AnnotationAwareAspectJAutoProxyCreator
6. 循环依赖

