aop切面配置

<!--切面配置-->
<aop:config>
<aop:advisor advice-ref="txAdvice" pointcut="execution(* cn.gxkj.service.impl.*.*(..)"
</aop:config>
原文地址:https://www.cnblogs.com/dingyi-boss/p/11479964.html