Skip to content

Commit 0df1712

Browse files
committed
fix readme by seata tcc
1 parent 83c6c91 commit 0df1712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

springboot-seata-tcc-sample/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Seata 事务模型包含了:TM(事务管理器),RM(资源管理器)
8888

8989
<img src="https://raw.githubusercontent.com/ipipman/JavaSpringBootSamples/master/ReadmeMaterial/32361607671705_.pic_hd.jpg" width = "700" height = "400" alt="图片名称" align=center />
9090

91-
###### Seata-TCC模式事件的核心代码简述
91+
###### Seata-TCC模式实战:核心代码
92+
9293
1.TCC注册分支事务:@TwoPhaseBusinessAction注解释用于标注这是一个TCC接口,会初始化TccActionInterceptor拦截器,用于注册分支事务(Branch Transaction)
9394
```java
9495
/**

0 commit comments

Comments
 (0)