
分布式事务
文章平均质量分 75
zhaoyang10
技术人员要成为最懂业务的技术专家
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot 编程式事务
在SpringBoot中使用事务很简单,这一篇不是为了讲事务,主要是讲一下一个工具类,将需要加入事务的Service层代码作为参数传递出去并返回事务的执行结果(成功和回滚)。 声明式事务 在SpringBoot中声明式事务最常见,就是把需要事务的方法用@Transactional标注一下就行了,这个一般用在Service层。标注后该方法就具备了事务的能力,出错了会自动回滚。 在大部分场景下,该方法.........原创 2019-12-09 15:22:34 · 16127 阅读 · 7 评论 -
微服务 分布式事务架构演进
http://www.10tiao.com/html/164/201705/2652898443/1.html http://wely.iteye.com/blog/2392089 http://wely.iteye.com/blog/2345396 保证分布式系统数据一致性的6种方案 http://wely.iteye.com/blog/2345081 ...原创 2018-12-05 11:19:15 · 374 阅读 · 0 评论 -
Spring cloud seata 分布式事务
https://www.cnblogs.com/DKSL/p/fescar.html原创 2019-03-28 16:36:30 · 2424 阅读 · 0 评论