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 0f69fb68b98 Update broadcast.cn.md (#27190) 0f69fb68b98 is described below commit 0f69fb68b98024f0ab8658182f59cecb7312fa95 Author: 0212Infinity <49862950+0212infin...@users.noreply.github.com> AuthorDate: Fri Jul 14 19:57:39 2023 +0800 Update broadcast.cn.md (#27190) --- .../user-manual/shardingsphere-jdbc/yaml-config/rules/broadcast.cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/broadcast.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/broadcast.cn.md index d7488acb492..e31ead46897 100644 --- a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/broadcast.cn.md +++ b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/broadcast.cn.md @@ -10,7 +10,7 @@ weight = 2 ```yaml rules: - !BROADCAST - tables: # Broadcast tables + tables: # 广播表规则列表 - <table_name> - <table_name> ``` @@ -41,7 +41,7 @@ dataSources: rules: - !BROADCAST - tables: # 广播表规则列表 + tables: - t_address ```