From 00422da87bdd66a8bd33897f4b0d4ee5ff3fcf2d Mon Sep 17 00:00:00 2001 From: weixsun Date: Tue, 7 Sep 2021 16:25:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Spring=E4=BA=8B=E5=8A=A1=E6=80=BB?= =?UTF-8?q?=E7=BB=93.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/framework/spring/Spring事务总结.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/framework/spring/Spring事务总结.md b/docs/system-design/framework/spring/Spring事务总结.md index 3de38a49..95043049 100644 --- a/docs/system-design/framework/spring/Spring事务总结.md +++ b/docs/system-design/framework/spring/Spring事务总结.md @@ -601,7 +601,7 @@ public @interface Transactional { } ``` -**`@Transactional` 的常用配置参数总结(只列巨额 5 个我平时比较常用的):** +**`@Transactional` 的常用配置参数总结(只列出了 5 个我平时比较常用的):** | 属性名 | 说明 | | :---------- | :------------------------------------------------------------------------------------------- |