Skip to content

Conversation

AlanInAction
Copy link

相关文件:AOP相关的AspectJAwareAdvisorAutoProxyCreator类,源码第41行
修改内容:
//return advisedSupport.getProxy();
bean=advisedSupport.getProxy();
原先的实现初次匹配生成动态代理之后直接返回了,为便于拓展,修改为循环apply,便于多个Advisor增强;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant