This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 057e4fd Adjust the examples module directory tree. (#12551)
057e4fd is described below
commit 057e4fd3abcdd69d02bfb70cb7c43759ea863e47
Author: yx9o <[email protected]>
AuthorDate: Sat Sep 18 17:38:01 2021 +0800
Adjust the examples module directory tree. (#12551)
---
examples/README.md | 10 ++++++----
examples/README_ZH.md | 12 +++++++-----
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/examples/README.md b/examples/README.md
index ba872bc..68f6dc7 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -47,10 +47,10 @@ shardingsphere-example
│ │ ├── sharding-spring-boot-mybatis-example
│ │ ├── sharding-spring-namespace-jpa-example
│ │ └── sharding-spring-namespace-mybatis-example
- │ ├── governance-example
- │ │ ├── governance-raw-jdbc-example
- │ │ ├── governance-spring-boot-mybatis-example
- │ │ └── governance-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
@@ -64,6 +64,8 @@ shardingsphere-example
│ │ │ ├── encrypt-raw-jdbc-example
│ │ │ ├── encrypt-spring-boot-mybatis-example
│ │ │ └── encrypt-spring-namespace-mybatis-example
+ │ │ ├── future-shadow-example
+ │ │ │ └── future-shadow-spring-namespace-mybatis-example
│ │ ├── hint-example
│ │ │ └── hint-raw-jdbc-example
│ │ └── shadow-example
diff --git a/examples/README_ZH.md b/examples/README_ZH.md
index bd353f0..6e050b3 100644
--- a/examples/README_ZH.md
+++ b/examples/README_ZH.md
@@ -47,10 +47,10 @@ shardingsphere-example
│ │ ├── sharding-spring-boot-mybatis-example
│ │ ├── sharding-spring-namespace-jpa-example
│ │ └── sharding-spring-namespace-mybatis-example
- │ ├── governance-example
- │ │ ├── governance-raw-jdbc-example
- │ │ ├── governance-spring-boot-mybatis-example
- │ │ └── governance-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
@@ -64,6 +64,8 @@ shardingsphere-example
│ │ │ ├── encrypt-raw-jdbc-example
│ │ │ ├── encrypt-spring-boot-mybatis-example
│ │ │ └── encrypt-spring-namespace-mybatis-example
+ │ │ ├── future-shadow-example
+ │ │ │ └── future-shadow-spring-namespace-mybatis-example
│ │ ├── hint-example
│ │ │ └── hint-raw-jdbc-example
│ │ └── shadow-example
@@ -91,6 +93,6 @@ shardingsphere-example
| [事务](shardingsphere-jdbc-example/transaction-example)
| 演示在 ShardingSphere-JDBC 中使用事务 |
| [hint](shardingsphere-jdbc-example/other-feature-example/hint-example)
| 演示在 ShardingSphere-JDBC 中使用 hint |
| [加密](shardingsphere-jdbc-example/other-feature-example/encrypt-example)
| 演示在 ShardingSphere-JDBC 中使用加密 |
-| APM监控(Pending)
| 演示在 ShardingSphere 中使用 APM 监控 |
+| APM 监控(Pending)
| 演示在 ShardingSphere 中使用 APM 监控 |
| proxy(Pending)
| 演示使用 ShardingSphere-Proxy |
| [docker](./docker/docker-compose.md)
| 演示通过 docker 创建 ShardingSphere 所依赖的环境 |