This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 786c2d6d7f6 [fix] optimization (#1354)
786c2d6d7f6 is described below
commit 786c2d6d7f68b1dd9bb6dc8c5b3589e8a8d8cd79
Author: JM <[email protected]>
AuthorDate: Tue Aug 9 11:30:20 2022 +0800
[fix] optimization (#1354)
---
.../service/distributed-transaction.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/distributed-transaction.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/distributed-transaction.md
index 8992516da67..530e9657090 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/distributed-transaction.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/distributed-transaction.md
@@ -1,15 +1,15 @@
---
type: docs
-title: "分布式事务"
-linkTitle: "分布式事务"
+title: "分布式事务支持"
+linkTitle: "分布式事务支持"
weight: 42
description: "Dubbo 中分布式事务的支持"
---
分布式事务基于 JTA/XA 规范实现。
-两阶段提交:
+**两阶段提交**

-在 Dubbo 中,可以采用 [seata](/zh/blog/2019/01/17/如何使用seata保证dubbo微服务间的一致性/)
来完成对分布式事务的支持。
\ No newline at end of file
+在 Dubbo 中,可以采用 [seata](/zh/blog/2019/01/17/如何使用seata保证dubbo微服务间的一致性/)
来完成对分布式事务的支持。