We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49369f2 commit 3c878d6Copy full SHA for 3c878d6
springboot-seata-tcc-sample/README.md
@@ -178,7 +178,7 @@ Seata 事务模型包含了:TM(事务管理器),RM(资源管理器)
178
179
```
180
181
-###### 执行流程:
+###### 3.测试流程:
182
> - 步骤一,运行SeataServerStarter(程序会在本地启动Seata Server服务)
183
> - 步骤二,运行SpringbootTccProviderApplication(程序会在本地使用Curator包自动启动Zookeeper服务,并启动Dubbo完成两个服务注册)
184
> - 步骤三,运行SpringbootTccTransactionApplication(程序会消费Dubbo的两个服务,自行运行Seata-TCC的分布式事务提交demo和分布式事务回滚demo)
0 commit comments