2019年9月7日
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2019-09-07 17:01 来呀~快活啊 阅读(272) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2019-09-07 12:11 来呀~快活啊 阅读(1350) 评论(0) 推荐(0) 编辑
摘要: <!--切面配置--><aop:config> <aop:advisor advice-ref="txAdvice" pointcut="execution(* cn.gxkj.service.impl.*.*(..)"</aop:config> 阅读全文
posted @ 2019-09-07 12:04 来呀~快活啊 阅读(689) 评论(0) 推荐(0) 编辑
摘要: <!--配置事务通知--><tx:advice id="txAdvice" transaction-manager="transactionManager"> <tx:attributes> <tx:method name="find*" read-only="true" propagation=" 阅读全文
posted @ 2019-09-07 12:02 来呀~快活啊 阅读(325) 评论(0) 推荐(0) 编辑