You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/06/08 01:33:37 UTC

[shardingsphere] branch master updated: Update readwrite-splitting.cn.md (#26103)

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

duanzhengqiang 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 1220dc0e9b1 Update readwrite-splitting.cn.md (#26103)
1220dc0e9b1 is described below

commit 1220dc0e9b1786d9571e8c9926362a3622f2ee5e
Author: zhangdl123 <49...@users.noreply.github.com>
AuthorDate: Thu Jun 8 09:33:29 2023 +0800

    Update readwrite-splitting.cn.md (#26103)
    
    调整readDataSourceNames描述为读库
---
 .../shardingsphere-jdbc/java-api/rules/readwrite-splitting.cn.md        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/readwrite-splitting.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/readwrite-splitting.cn.md
index 4cf082e092d..afd7600c41f 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/readwrite-splitting.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/java-api/rules/readwrite-splitting.cn.md
@@ -30,7 +30,7 @@ Java API 形式配置的读写分离可以方便的适用于各种场景,不
 |------------------------------------|--------------------------------|-----------------------------------------------------------------------------|----------|
 | name                               | String                         | 读写分离数据源名称                                                                   | -        |
 | writeDataSourceName                | String                         | 写库数据源名称                                                                     | -        |
-| readDataSourceNames                | List\<String\>                 | 写库数据源名称                                                                     | -        |
+| readDataSourceNames                | List\<String\>                 | 读库数据源名称                                                                     | -        |
 | transactionalReadQueryStrategy (?) | TransactionalReadQueryStrategy | 事务内读请求的路由策略,可选值:PRIMARY(路由至主库)、FIXED(同一事务内路由至固定数据源)、DYNAMIC(同一事务内路由至非固定数据源) | DYNAMIC  |
 | loadBalancerName (?)               | String                         | 读库负载均衡算法名称                                                                  | 轮询负载均衡算法 |