We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6635a commit a352daaCopy full SHA for a352daa
docs/system-design/framework/spring/spring-transaction.md
@@ -276,7 +276,7 @@ public interface TransactionStatus{
276
277
### 事务属性详解
278
279
-实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个参数里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
+实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个注解里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
280
281
#### 事务传播行为
282
0 commit comments