提交 a06d7536 authored 作者: xueli.xue's avatar xueli.xue

事务注释

上级 89cf8a35
......@@ -48,6 +48,7 @@
</bean>
<!-- part 2 :for tx -->
<!--
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource" />
</bean>
......@@ -70,5 +71,6 @@
<aop:pointcut id="txoperation" expression="execution(* com.xxl.job.admin.service.imp.*.*(..))" />
<aop:advisor pointcut-ref="txoperation" advice-ref="txAdvice" />
</aop:config>
-->
</beans>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论