aop切面配置

mac2022-06-30  28

<!--切面配置--><aop:config> <aop:advisor advice-ref="txAdvice" pointcut="execution(* cn.gxkj.service.impl.*.*(..)"</aop:config>

转载于:https://www.cnblogs.com/dingyi-boss/p/11479964.html

最新回复(0)