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