Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoProxyCreator类中对多个Advisor增强没有遍历 #22

Open
AlanInAction opened this issue Jun 17, 2019 · 0 comments
Open

AutoProxyCreator类中对多个Advisor增强没有遍历 #22

AlanInAction opened this issue Jun 17, 2019 · 0 comments

Comments

@AlanInAction
Copy link

AutoProxyCreator类,源码41行,return advisedSupport.getProxy();
初次匹配生成动态代理之后直接返回了,无法支持多个Advisor增强;
为便于拓展,应改为:
bean=advisedSupport.getProxy();

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

No branches or pull requests

1 participant