随笔分类 -  Spring

摘要:Spring AOP 四大通知 Spring 3.X 以前 1.前置通知,实现 MethodBeforeAdvice 接口,重写 public void before(Method method, Object[] args, Object target) throws Throwable方法 im 阅读全文
posted @ 2016-09-30 10:01 常风 阅读(2651) 评论(0) 推荐(0)