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 fdfa912 Update readwrite-splitting .cn.md (#10890)
fdfa912 is described below
commit fdfa912389fcf251f70b1a9e060de67694a0eaf1
Author: 江路 <[email protected]>
AuthorDate: Mon Jun 21 14:46:28 2021 +0800
Update readwrite-splitting .cn.md (#10890)
更改read-data_source-name释义错误
---
.../shardingsphere-jdbc/configuration/yaml/readwrite-splitting .cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/readwrite-splitting
.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/readwrite-splitting
.cn.md
index bda7ebd..ae4fcdc 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/readwrite-splitting
.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/yaml/readwrite-splitting
.cn.md
@@ -14,7 +14,7 @@ rules:
<data-source-name> (+): # 读写分离逻辑数据源名称
writeDataSourceName: # 写库数据源名称
readDataSourceNames:
- - <read-data_source-name> (+) # 写库数据源名称
+ - <read-data_source-name> (+) # 读库数据源名称
loadBalancerName: # 负载均衡算法名称
# 负载均衡算法配置