摘要: 如何配置AOP查看:Spring、Hello AOP1.对于拦截规则@Pointcut的介绍: @Pointcut("execution (* cn.raffaello.service..*.*(..))") private void anyMethod(){} // 声名一个切入点,声名方式比较奇... 阅读全文
posted @ 2015-11-12 16:54 Bodi 阅读(297) 评论(0) 推荐(0) 编辑
摘要: AOP 概念:http://blog.csdn.net/moreevan/article/details/11977115AOP 所使用到的jar 包:aspectjrt.jarcommon-annotations.jaraspectjweaver.jarcglib-nodep.jarcommons... 阅读全文
posted @ 2015-11-12 15:05 Bodi 阅读(177) 评论(0) 推荐(0) 编辑