摘要: //实现MethodInterceptor接口。(扮演Advice通知的角色)public class MyInterceptor implements MethodInterceptor { @Override public Object invoke(MethodInvocation invoc 阅读全文
posted @ 2021-07-01 16:28 炼金术士0z 阅读(95) 评论(0) 推荐(0)