This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 652d278  Example module directory tree adjustment (#11780)
652d278 is described below

commit 652d2789813ad01d197b2115de49bd93cd318419
Author: yx9o <[email protected]>
AuthorDate: Thu Aug 12 18:57:13 2021 +0800

    Example module directory tree adjustment (#11780)
---
 examples/README.md    | 15 ++++++++++++---
 examples/README_ZH.md | 15 ++++++++++++---
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 5ace1ea..8c1574e 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -52,11 +52,20 @@ shardingsphere-example
   │   │   ├── governance-spring-boot-example
   │   │   └── governance-spring-namespace-example
   │   ├── transaction-example
-  │   │   ├── transaction-2pc-xa-example
-  │   │   └── transaction-base-seata-example
+  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-narayana-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-spring-boot-example
+  │   │   ├── transaction-2pc-xa-spring-namespace-example
+  │   │   ├── transaction-base-seata-raw-jdbc-example
+  │   │   └── transaction-base-seata-spring-boot-example
   │   ├── other-feature-example
+  │   │   ├── encrypt-example
   │   │   ├── hint-example
-  │   │   └── encrypt-example
+  │   │   └── shadow-example
+  │   ├── extension-example
+  │   │   └── custom-sharding-algortihm-example
+  ├── shardingsphere-parser-example
   ├── shardingsphere-proxy-example
   │   ├── shardingsphere-proxy-boot-mybatis-example
   │   └── shardingsphere-proxy-hint-example
diff --git a/examples/README_ZH.md b/examples/README_ZH.md
index d6eedc0..55f9380 100644
--- a/examples/README_ZH.md
+++ b/examples/README_ZH.md
@@ -52,11 +52,20 @@ shardingsphere-example
   │   │   ├── governance-spring-boot-example
   │   │   └── governance-spring-namespace-example
   │   ├── transaction-example
-  │   │   ├── transaction-2pc-xa-example
-  │   │   └── transaction-base-seata-example
+  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-narayana-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-spring-boot-example
+  │   │   ├── transaction-2pc-xa-spring-namespace-example
+  │   │   ├── transaction-base-seata-raw-jdbc-example
+  │   │   └── transaction-base-seata-spring-boot-example
   │   ├── other-feature-example
+  │   │   ├── encrypt-example
   │   │   ├── hint-example
-  │   │   └── encrypt-example
+  │   │   └── shadow-example
+  │   ├── extension-example
+  │   │   └── custom-sharding-algortihm-example
+  ├── shardingsphere-parser-example
   ├── shardingsphere-proxy-example
   │   ├── shardingsphere-proxy-boot-mybatis-example
   │   └── shardingsphere-proxy-hint-example

Reply via email to