1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update Spring事务总结.md

This commit is contained in:
weixsun 2021-09-07 16:25:52 +08:00
parent 2e6bf93963
commit 00422da87b

View File

@ -601,7 +601,7 @@ public @interface Transactional {
}
```
**`@Transactional` 的常用配置参数总结(只列巨额 5 个我平时比较常用的):**
**`@Transactional` 的常用配置参数总结(只列出了 5 个我平时比较常用的):**
| 属性名 | 说明 |
| :---------- | :------------------------------------------------------------------------------------------- |