Skip to content

Commit 61ee146

Browse files
committed
add readme. material
1 parent 61303ea commit 61ee146

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
468 KB
Loading
359 KB
Loading
246 KB
Loading
169 KB
Loading
278 KB
Loading
286 KB
Loading

springboot-seata-tcc-sample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Seata 事务模型包含了:TM(事务管理器),RM(资源管理器)
112112
public boolean commit(BusinessActionContext actionContext);
113113

114114
/**
115-
* 第三个阶段:回滚阶段
115+
* 第二个阶段:回滚阶段
116116
*
117117
* @param actionContext
118118
* @return
@@ -181,7 +181,7 @@ Seata 事务模型包含了:TM(事务管理器),RM(资源管理器)
181181
###### 3.测试流程:
182182
> - 步骤一,运行SeataServerStarter(程序会在本地启动Seata Server服务)
183183
> - 步骤二,运行SpringbootTccProviderApplication(程序会在本地使用Curator包自动启动Zookeeper服务,并启动Dubbo完成两个服务注册)
184-
> - 步骤三,运行SpringbootTccTransactionApplication(程序会消费Dubbo的两个服务,自行运行Seata-TCC的分布式事务提交demo和分布式事务回滚demo)
184+
> - 步骤三,运行SpringbootTccTransactionApplication(程序会消费Dubbo的两个服务,运行Seata-TCC的分布式事务提交demo和分布式事务回滚demo)
185185
186186
------------
187187

0 commit comments

Comments
 (0)