Spring
Isa1_2_3
The land did not move, but moved. The sea was not still, yet was still.
展开
-
spring AOP配置中的正则表达式(转)
aop:config> aop:pointcut id="method" expression="execution(* *..service.save(..))"/> aop:config> expression完整类型,如下:execution(modifiers-pattern? ret-type-pattern declaring-ty转载 2014-04-13 13:52:52 · 1852 阅读 · 0 评论 -
Spring AOP中定义切点(PointCut)和通知(Advice)
转载地址: https://www.tianmaying.com/tutorial/spring-aop-point-advice 本文讨论一下Spring AOP编程中的两个关键问题,定义切点和定义通知,理解这两个问题能应付大部分AOP场景。如果你还不熟悉AOP,请先看AOP基本原理,本文的例子也沿用了AOP基本原理中的例子。切点表达式切点的功能是指出切面的通知应该从哪里织入...转载 2018-09-21 15:13:11 · 649 阅读 · 0 评论