摘要: 目录1. 类继承图2. 分析调用栈3. 首先研究BeanFactoryAware接口的setBeanFactory的调用栈3.1. 注册AnnotationAwareAspectJAutoProxyCreator3.2. 创建AnnotationAwareAspectJAutoProxyCreato 阅读全文
posted @ 2025-07-03 11:22 ThinkerQAQ 阅读(9) 评论(0) 推荐(0)
摘要: 目录1. 开启AOP2. 注册AspectJAnnotationAutoProxyCreator组件3. ImportBeanDefinitionRegistrar的registerBeanDefinitions是什么步骤被调用的3.1. 跟踪ConfigurationClassProprocess 阅读全文
posted @ 2025-07-03 11:20 ThinkerQAQ 阅读(26) 评论(0) 推荐(0)