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 dc7d156 Update example module directory tree. (#13779)
dc7d156 is described below
commit dc7d156209acce23e937dc1399c0daa34e490cf3
Author: yx9o <[email protected]>
AuthorDate: Wed Nov 24 20:36:23 2021 +0800
Update example module directory tree. (#13779)
---
examples/README.md | 26 ++++++++++++++++++++++----
examples/README_ZH.md | 26 ++++++++++++++++++++++----
2 files changed, 44 insertions(+), 8 deletions(-)
diff --git a/examples/README.md b/examples/README.md
index 561e3b4..a50245c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -48,9 +48,6 @@ shardingsphere-example
│ │ │ ├── sharding-readwrite-splitting-spring-boot-mybatis-example
│ │ │ ├── sharding-readwrite-splitting-spring-namespace-jpa-example
│ │ │ └── sharding-readwrite-splitting-spring-namespace-mybatis-example
- │ ├── other-feature-example
- │ │ ├── hint-example
- │ │ │ └── hint-raw-jdbc-example
│ └── single-feature-example
│ │ ├── cluster-mode-example
│ │ │ ├── cluster-mode-raw-jdbc-example
@@ -64,6 +61,12 @@ shardingsphere-example
│ │ │ └── custom-sharding-algortihm-example
│ │ │ │ ├── class-based-sharding-algorithm-example
│ │ │ │ └── spi-based-sharding-algorithm-example
+ │ │ ├── readwrite-splitting-example
+ │ │ │ ├── readwrite-splitting-raw-jdbc-example
+ │ │ │ ├── readwrite-splitting-spring-boot-jpa-example
+ │ │ │ ├── readwrite-splitting-spring-boot-mybatis-example
+ │ │ │ ├── readwrite-splitting-spring-namespace-jpa-example
+ │ │ │ └── readwrite-splitting-spring-namespace-mybatis-example
│ │ ├── shadow-example
│ │ │ ├── shadow-raw-jdbc-example
│ │ │ ├── shadow-spring-boot-mybatis-example
@@ -90,9 +93,24 @@ shardingsphere-example
│ ├── shardingsphere-jdbc-sample
│ │ └── shardingsphere-jdbc-memory-example
│ │ │ └── shardingsphere-jdbc-memory-local-example
+ │ │ │ │ ├── shardingsphere-jdbc-memory-local-encrypt-example
+ │ │ │ │ │ └── shardingsphere-jdbc-memory-local-encrypt-jdbc-example
+ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-jpa-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-mybatis-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-jpa-example
+ │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-mybatis-example
│ │ │ │ └── shardingsphere-jdbc-memory-local-sharding-example
│ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-jdbc-example
- │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-jpa-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-mybatis-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jpa-example
+ │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-mybatis-example
│ └── shardingsphere-proxy-sample
│ │ ├── shardingsphere-proxy-cluster-etcd-example
│ │ │ ├── shardingsphere-proxy-cluster-etcd-base-seata-example
diff --git a/examples/README_ZH.md b/examples/README_ZH.md
index 364b091..c46b82d 100644
--- a/examples/README_ZH.md
+++ b/examples/README_ZH.md
@@ -48,9 +48,6 @@ shardingsphere-example
│ │ │ ├── sharding-readwrite-splitting-spring-boot-mybatis-example
│ │ │ ├── sharding-readwrite-splitting-spring-namespace-jpa-example
│ │ │ └── sharding-readwrite-splitting-spring-namespace-mybatis-example
- │ ├── other-feature-example
- │ │ ├── hint-example
- │ │ │ └── hint-raw-jdbc-example
│ └── single-feature-example
│ │ ├── cluster-mode-example
│ │ │ ├── cluster-mode-raw-jdbc-example
@@ -64,6 +61,12 @@ shardingsphere-example
│ │ │ └── custom-sharding-algortihm-example
│ │ │ │ ├── class-based-sharding-algorithm-example
│ │ │ │ └── spi-based-sharding-algorithm-example
+ │ │ ├── readwrite-splitting-example
+ │ │ │ ├── readwrite-splitting-raw-jdbc-example
+ │ │ │ ├── readwrite-splitting-spring-boot-jpa-example
+ │ │ │ ├── readwrite-splitting-spring-boot-mybatis-example
+ │ │ │ ├── readwrite-splitting-spring-namespace-jpa-example
+ │ │ │ └── readwrite-splitting-spring-namespace-mybatis-example
│ │ ├── shadow-example
│ │ │ ├── shadow-raw-jdbc-example
│ │ │ ├── shadow-spring-boot-mybatis-example
@@ -90,9 +93,24 @@ shardingsphere-example
│ ├── shardingsphere-jdbc-sample
│ │ └── shardingsphere-jdbc-memory-example
│ │ │ └── shardingsphere-jdbc-memory-local-example
+ │ │ │ │ ├── shardingsphere-jdbc-memory-local-encrypt-example
+ │ │ │ │ │ └── shardingsphere-jdbc-memory-local-encrypt-jdbc-example
+ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-jpa-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-spring-namespace-mybatis-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-jpa-example
+ │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-readwrite-splitting-springboot-starter-mybatis-example
│ │ │ │ └── shardingsphere-jdbc-memory-local-sharding-example
│ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-jdbc-example
- │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-jpa-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-spring-namespace-mybatis-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jdbc-example
+ │ │ │ │ │ ├──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-jpa-example
+ │ │ │ │ │ └──
shardingsphere-jdbc-memory-local-sharding-springboot-starter-mybatis-example
│ └── shardingsphere-proxy-sample
│ │ ├── shardingsphere-proxy-cluster-etcd-example
│ │ │ ├── shardingsphere-proxy-cluster-etcd-base-seata-example