多个包应用事务

<aop:config><aop:advisor pointcut="execution(* com.chnstone.evaluation.system.service.*.*(..))" advice-ref="txAdvice" /><aop:advisor pointcut="execution(* com.chnstone.evaluation.system.otherservice.*.*(..))" advice-ref="txAdvice" /></aop:config>

你可能感兴趣的:(AOP)