摘要: Spring管理事务的方式 1.编码式 1.将核心事务管理器配置到Spring容器 2.配置TransactionTemplate模版 3.将事务模版注入service 4.在Service中调用模版 测试 执行了两次 2.xml配置(aop) 1.导包 2.导入新的约束(tx) 命名空间的作用 b 阅读全文
posted @ 2019-01-02 23:24 LegendQi 阅读(268) 评论(0) 推荐(0) 编辑