mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
typo fixed
修复了一处错字, 将 '这个参数里面的参数' 改正为 '这个注解里面的参数'
This commit is contained in:
parent
1b6635a066
commit
a352daa897
@ -276,7 +276,7 @@ public interface TransactionStatus{
|
||||
|
||||
### 事务属性详解
|
||||
|
||||
实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个参数里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
|
||||
实际业务开发中,大家一般都是使用 `@Transactional` 注解来开启事务,很多人并不清楚这个注解里面的参数是什么意思,有什么用。为了更好的在项目中使用事务管理,强烈推荐好好阅读一下下面的内容。
|
||||
|
||||
#### 事务传播行为
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user