spring AOP @Around @Before @After 区别
摘要:
此段小代码演示了spring aop中@Around @Before @After三个注解的区别@Before是在所拦截方法执行之前执行一段逻辑。@After 是在所拦截方法执行之后执行一段逻辑。@Around是可以同时在所拦截方法的前后执行一段逻辑。package com.itsoft.actio... 阅读全文
posted @ 2015-03-27 16:48 nickTimer 阅读(703) 评论(0) 推荐(0) 编辑