You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/03/12 10:26:18 UTC

[shardingsphere] branch master updated: fix read write splitting doc (#9648)

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

zhangyonglun 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 0f71a23  fix read write splitting doc (#9648)
0f71a23 is described below

commit 0f71a23ee34a6c89660fa2f56142676afbc1745b
Author: xiaoyu <54...@qq.com>
AuthorDate: Fri Mar 12 18:25:51 2021 +0800

    fix read write splitting doc (#9648)
---
 .../configuration/java-api/change-history.cn.md                   | 8 ++++----
 .../configuration/java-api/change-history.en.md                   | 8 ++++----
 .../configuration/spring-boot-starter/change-history.cn.md        | 6 +++---
 .../configuration/spring-boot-starter/change-history.en.md        | 6 +++---
 .../configuration/spring-namespace/change-history.cn.md           | 8 ++++----
 .../configuration/spring-namespace/change-history.en.md           | 6 +++---
 .../shardingsphere-jdbc/configuration/yaml/change-history.cn.md   | 6 +++---
 .../shardingsphere-jdbc/configuration/yaml/change-history.en.md   | 6 +++---
 8 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.cn.md
index 0da76ad..a1a2e03b3 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.cn.md
@@ -3,11 +3,11 @@ title = "变更历史"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## ShardingSphere-5.0.0-alpha
 
-## 读写分离
+### 读写分离
 
-### 配置入口
+#### 配置入口
 
 类名称:ReplicaQueryRuleConfiguration
 
@@ -18,7 +18,7 @@ weight = 7
 | dataSources (+)   | Collection\<ReplicaQueryDataSourceRuleConfiguration\> | 主从数据源配置      |
 | loadBalancers (*) | Map\<String, ShardingSphereAlgorithmConfiguration\>   | 从库负载均衡算法配置 |
 
-### 主从数据源配置
+#### 主从数据源配置
 
 类名称:ReplicaQueryDataSourceRuleConfiguration
 
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.en.md
index c77183f..f48181b 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/change-history.en.md
@@ -3,11 +3,11 @@ title = "Change History"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## Replica Query
+### Replica Query
 
-### Root Configuration
+#### Root Configuration
 
 Class name: ReplicaQueryRuleConfiguration
 
@@ -18,7 +18,7 @@ Attributes:
 | dataSources (+)   | Collection\<ReplicaQueryDataSourceRuleConfiguration\> | Data sources of primary and replicas                                   |
 | loadBalancers (*) | Map\<String, ShardingSphereAlgorithmConfiguration\>   | Load balance algorithm name and configurations of replica data sources |
 
-### Replica Query Data Source Configuration
+#### Replica Query Data Source Configuration
 
 Class name: ReplicaQueryDataSourceRuleConfiguration
 
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.cn.md
index 5d2d1e4..0999baf 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.cn.md
@@ -3,11 +3,11 @@ title = "变更历史"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## 读写分离
+### 读写分离
 
-### 配置项说明
+#### 配置项说明
 
 ```properties
 spring.shardingsphere.datasource.names= # 省略数据源配置,请参考使用手册
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.en.md
index 8db7d51..38e2613 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/change-history.en.md
@@ -3,11 +3,11 @@ title = "Change History"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## Replica Query
+### Replica Query
 
-### Configuration Item Explanation
+#### Configuration Item Explanation
 
 ```properties
 spring.shardingsphere.datasource.names= # Omit the data source configuration, please refer to the usage
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.cn.md
index 8a2454a..0ad4c5a 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.cn.md
@@ -1,13 +1,13 @@
 +++
-title = "读写分离"
+title = "变更历史"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## 读写分离
+### 读写分离
 
-## 配置项说明
+#### 配置项说明
 
 命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/replica-query/replica-query-5.0.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/replica-query/replica-query-5.0.0.xsd)
 
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.en.md
index 3bb1136..c91c6a5 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/change-history.en.md
@@ -3,11 +3,11 @@ title = "Change History"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## Replica Query
+### Replica Query
 
-## Configuration Item Explanation
+#### Configuration Item Explanation
 
 Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/replica-query/replica-query-5.0.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/replica-query/replica-query-5.0.0.xsd)
 
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.cn.md
index 8056bce..30fc993 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.cn.md
@@ -3,11 +3,11 @@ title = "变更历史"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## 读写分离
+### 读写分离
 
-### 配置项说明
+#### 配置项说明
 
 ```yaml
 dataSources: # 省略数据源配置,请参考使用手册
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.en.md
index 556fc88..7aaa189 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/change-history.en.md
@@ -3,11 +3,11 @@ title = "Change History"
 weight = 7
 +++
 
-# ShardingSphere-5.0.0-alpha
+## 5.0.0-alpha
 
-## Replica Query
+### Replica Query
 
-### Configuration Item Explanation
+#### Configuration Item Explanation
 
 ```yaml
 dataSource: # Omit the data source configuration, please refer to the usage