摘要: 6.3 基于Schema的AOP 基于Schema的AOP从Spring2.0之后通过“aop”命名空间来定义切面、切入点及声明通知。 在Spring配置文件中,所以AOP相关定义必须放在<aop:config>标签下,该标签下可以有<aop:pointcut>、<aop:advisor>、<aop 阅读全文
posted @ 2018-03-08 17:05 午火39 阅读(180) 评论(0) 推荐(0)