zl程序教程

您现在的位置是:首页 >  其它

当前栏目

给 Advice 传递参数

参数 传递
2023-09-27 14:24:04 时间

 

参数绑定是在下面这个方法中做的:
org.springframework.aop.aspectj.AbstractAspectJAdvice#invokeAdviceMethod(JoinPoint jp,
@Nullable JoinPointMatch jpMatch,
@Nullable Object returnValue,
@Nullable Throwable t)

 

具体用法参考:
https://blog.csdn.net/elim168/article/details/78159406