From 878f67c39ded8050633e595838aa7be445ff2b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Wed, 9 Aug 2023 08:52:06 +0800 Subject: [PATCH] doc: update tx.md --- docs/zh/core/tx.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/zh/core/tx.md b/docs/zh/core/tx.md index d9de1e69..2867f664 100644 --- a/docs/zh/core/tx.md +++ b/docs/zh/core/tx.md @@ -230,7 +230,8 @@ seata: enable-auto-data-source-proxy: false ``` 2.使用 `seata-all` 请不要使用 `@EnableAutoDataSourceProxy` -3.如果是 SpringBoot 项目可以引入相关 Maven 依赖,例如: + +3.如果是 SpringBoot 项目需要引入相关 Maven 依赖,例如: ```xml @@ -241,13 +242,5 @@ seata: ``` ### 示例 -请到 mybatis-flex-test 模块下面: - -```xml -mybatis-flex-spring-boot-seata:flex多数据源与seata的结合 -``` - -```xml -mybatis-flex-spring-boot-seata-demo:官方demo与flex结合 -``` +[mybatis-flex-spring-boot-seata-demo](https://gitee.com/mybatis-flex/mybatis-flex-samples/tree/master/mybatis-flex-spring-boot-seata-demo) : Seata 官方 demo 与 flex 结合。