Fork me on Gitee
摘要: 事务属性的7种传播行为 编程式事务和声明式事务 编程式事务管理使用TransactionTemplate或者直接使用底层的PlatformTransactionManager。对于编程式事务管理,Spring推荐使用TransactionTemplate。(参考四) /** * 数据源加入事务管理 阅读全文
posted @ 2021-05-10 11:29 明叶师兄。 阅读(681) 评论(0) 推荐(1)