You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2021/09/27 03:58:36 UTC

[shardingsphere] branch master updated: Fixes #12743 . (#12751)

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

jianglongtao 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 d868506  Fixes #12743 . (#12751)
d868506 is described below

commit d868506e9cb635073db767092bbc7b4514150a64
Author: yx9o <ya...@163.com>
AuthorDate: Mon Sep 27 11:57:56 2021 +0800

    Fixes #12743 . (#12751)
---
 examples/README.md    | 40 +++++++++++++++++++++++-----------------
 examples/README_ZH.md | 40 +++++++++++++++++++++++-----------------
 2 files changed, 46 insertions(+), 34 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 68f6dc7..d678359 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -40,31 +40,22 @@ shardingsphere-example
   │   ├── example-raw-jdbc
   │   ├── example-spring-jpa
   │   └── example-spring-mybatis
+  ├── other-example
+  │   ├── shardingsphere-parser-example
   ├── shardingsphere-jdbc-example
-  │   ├── sharding-example
-  │   │   ├── sharding-raw-jdbc-example
-  │   │   ├── sharding-spring-boot-jpa-example
-  │   │   ├── sharding-spring-boot-mybatis-example
-  │   │   ├── sharding-spring-namespace-jpa-example
-  │   │   └── sharding-spring-namespace-mybatis-example
   │   ├── cluster-mode-example
   │   │   ├── cluster-mode-raw-jdbc-example
   │   │   ├── cluster-mode-spring-boot-mybatis-example
   │   │   └── cluster-mode-spring-namespace-mybatis-example
-  │   ├── transaction-example
-  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
-  │   │   ├── transaction-2pc-xa-narayana-raw-jdbc-example
-  │   │   ├── transaction-2pc-xa-atomikos-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
+  │   ├── extension-example
+  │   │   └── custom-sharding-algortihm-example
   │   ├── other-feature-example
   │   │   ├── encrypt-example
   │   │   │   ├── encrypt-raw-jdbc-example
   │   │   │   ├── encrypt-spring-boot-mybatis-example
   │   │   │   └── encrypt-spring-namespace-mybatis-example
   │   │   ├── future-shadow-example
+  │   │   │   └── future-shadow-spring-boot-mybatis-example
   │   │   │   └── future-shadow-spring-namespace-mybatis-example
   │   │   ├── hint-example
   │   │   │   └── hint-raw-jdbc-example
@@ -72,12 +63,27 @@ shardingsphere-example
   │   │   │   ├── shadow-raw-jdbc-example
   │   │   │   ├── shadow-spring-boot-mybatis-example
   │   │   │   └── shadow-spring-namespace-mybatis-example
-  │   ├── extension-example
-  │   │   └── custom-sharding-algortihm-example
-  ├── shardingsphere-parser-example
+  │   ├── sharding-example
+  │   │   ├── sharding-raw-jdbc-example
+  │   │   ├── sharding-spring-boot-jpa-example
+  │   │   ├── sharding-spring-boot-mybatis-example
+  │   │   ├── sharding-spring-namespace-jpa-example
+  │   │   └── sharding-spring-namespace-mybatis-example
+  │   ├── transaction-example
+  │   │   ├── transaction-2pc-xa-atomikos-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-narayana-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
   ├── shardingsphere-proxy-example
   │   ├── shardingsphere-proxy-boot-mybatis-example
   │   └── shardingsphere-proxy-hint-example
+  ├── shardingsphere-sample
+  │   ├── shardingshpere-proxy-example
+  │   │   └── shardingsphere-proxy-memory-example
+  │   └── shardingsphere-example-engine
   └── src/resources
         └── manual_schema.sql
 ```
diff --git a/examples/README_ZH.md b/examples/README_ZH.md
index 6e050b3..7c4fba0 100644
--- a/examples/README_ZH.md
+++ b/examples/README_ZH.md
@@ -40,31 +40,22 @@ shardingsphere-example
   │   ├── example-raw-jdbc
   │   ├── example-spring-jpa
   │   └── example-spring-mybatis
+  ├── other-example
+  │   ├── shardingsphere-parser-example
   ├── shardingsphere-jdbc-example
-  │   ├── sharding-example
-  │   │   ├── sharding-raw-jdbc-example
-  │   │   ├── sharding-spring-boot-jpa-example
-  │   │   ├── sharding-spring-boot-mybatis-example
-  │   │   ├── sharding-spring-namespace-jpa-example
-  │   │   └── sharding-spring-namespace-mybatis-example
   │   ├── cluster-mode-example
   │   │   ├── cluster-mode-raw-jdbc-example
   │   │   ├── cluster-mode-spring-boot-mybatis-example
   │   │   └── cluster-mode-spring-namespace-mybatis-example
-  │   ├── transaction-example
-  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
-  │   │   ├── transaction-2pc-xa-narayana-raw-jdbc-example
-  │   │   ├── transaction-2pc-xa-atomikos-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
+  │   ├── extension-example
+  │   │   └── custom-sharding-algortihm-example
   │   ├── other-feature-example
   │   │   ├── encrypt-example
   │   │   │   ├── encrypt-raw-jdbc-example
   │   │   │   ├── encrypt-spring-boot-mybatis-example
   │   │   │   └── encrypt-spring-namespace-mybatis-example
   │   │   ├── future-shadow-example
+  │   │   │   └── future-shadow-spring-boot-mybatis-example
   │   │   │   └── future-shadow-spring-namespace-mybatis-example
   │   │   ├── hint-example
   │   │   │   └── hint-raw-jdbc-example
@@ -72,12 +63,27 @@ shardingsphere-example
   │   │   │   ├── shadow-raw-jdbc-example
   │   │   │   ├── shadow-spring-boot-mybatis-example
   │   │   │   └── shadow-spring-namespace-mybatis-example
-  │   ├── extension-example
-  │   │   └── custom-sharding-algortihm-example
-  ├── shardingsphere-parser-example
+  │   ├── sharding-example
+  │   │   ├── sharding-raw-jdbc-example
+  │   │   ├── sharding-spring-boot-jpa-example
+  │   │   ├── sharding-spring-boot-mybatis-example
+  │   │   ├── sharding-spring-namespace-jpa-example
+  │   │   └── sharding-spring-namespace-mybatis-example
+  │   ├── transaction-example
+  │   │   ├── transaction-2pc-xa-atomikos-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-bitronix-raw-jdbc-example
+  │   │   ├── transaction-2pc-xa-narayana-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
   ├── shardingsphere-proxy-example
   │   ├── shardingsphere-proxy-boot-mybatis-example
   │   └── shardingsphere-proxy-hint-example
+  ├── shardingsphere-sample
+  │   ├── shardingshpere-proxy-example
+  │   │   └── shardingsphere-proxy-memory-example
+  │   └── shardingsphere-example-engine
   └── src/resources
         └── manual_schema.sql
 ```