Commit 7f8f7bc7 by SunWei峰

aop源码探索初步完成,暂停学习,先找工作,拿到offer再继续学习,下一步:学习Spring-jdbc,集成myBatista,SpringMVC,Spring消息,Spring-boot源码分析

parent 473c54d9
......@@ -164,7 +164,7 @@ public class ReflectiveMethodInvocation implements ProxyMethodInvocation, Clonea
return invokeJoinpoint();
}
// 获取下一个要执行的拦截器
// 获取下一个要执行的拦截器
Object interceptorOrInterceptionAdvice =
this.interceptorsAndDynamicMethodMatchers.get(++this.currentInterceptorIndex);
if (interceptorOrInterceptionAdvice instanceof InterceptorAndDynamicMethodMatcher dm) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment