spring基于xml配置声明式事务之pointcut和tx:method的联系与区别

<!--spring的基于xml的声明式事务控制--> <!--1.配置事务管理器--> <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"> <!--注入数据源--> <property name
相关文章
相关标签/搜索