From 7ce84fee5c1139a974429d54c14a84131afd7357 Mon Sep 17 00:00:00 2001 From: Snow Date: Tue, 23 Aug 2022 10:49:37 +0000 Subject: [PATCH] update docs/distributed-system/distributed-transaction.md. Signed-off-by: Snow --- docs/distributed-system/distributed-transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distributed-system/distributed-transaction.md b/docs/distributed-system/distributed-transaction.md index fc5bcf90..0287a837 100644 --- a/docs/distributed-system/distributed-transaction.md +++ b/docs/distributed-system/distributed-transaction.md @@ -1,7 +1,7 @@ --- title: 分布式事务(付费) category: 分布式 ---- +---]]] **分布式事务** 相关的面试题为我的[知识星球](https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc)(点击链接即可查看详细介绍以及加入方法)专属内容,已经整理到了[《Java 面试指北》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7)(点击链接即可查看详细介绍以及获取方法)中。 -- Gitee