hengboy / spring-cloud-chapter

Spring Cloud Enterprise Core Technology, Corresponding to the Special Subject Source of the Brief Book "Spring Cloud Core Technology"
14 stars 6 forks source link

SpringCloud与Seata分布式事务初体验 - 恒宇少年 #120

Open hengboy opened 5 years ago

hengboy commented 5 years ago

http://blog.yuqiyu.com/seata-first-application.html

在本篇文章中我们在SpringCloud环境下通过使用Seata来模拟用户购买商品时由于用户余额不足导致本次订单提交失败,来验证下在MySQL数据库内事务是否会回滚。