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 4701674 add default sharding column doc. (#12780)
4701674 is described below
commit 47016748cfb5584b0474efd37086980bfa19d979
Author: tuichenchuxin <[email protected]>
AuthorDate: Mon Sep 27 18:46:17 2021 +0800
add default sharding column doc. (#12780)
---
.../shardingsphere-jdbc/configuration/java-api/sharding.cn.md | 2 +-
.../shardingsphere-jdbc/configuration/spring-namespace/sharding.cn.md | 1 +
.../shardingsphere-jdbc/configuration/spring-namespace/sharding.en.md | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/sharding.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/sharding.cn.md
index cc34fa2..5562c2d 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/sharding.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/java-api/sharding.cn.md
@@ -18,7 +18,7 @@ weight = 1
| defaultDatabaseShardingStrategy (?) | ShardingStrategyConfiguration
| 默认分库策略 | 不分片 |
| defaultTableShardingStrategy (?) | ShardingStrategyConfiguration
| 默认分表策略 | 不分片 |
| defaultKeyGenerateStrategy (?) | KeyGeneratorConfiguration
| 默认自增列生成器配置 | 雪花算法 |
-| defaultShardingColumn (?) | String
| 默认分片列名称 | 无 |
+| defaultShardingColumn (?) | String
| 默认分片列名称 | 无 |
| shardingAlgorithms (+) | Map\<String,
ShardingSphereAlgorithmConfiguration\> | 分片算法名称和配置 | 无 |
| keyGenerators (?) | Map\<String,
ShardingSphereAlgorithmConfiguration\> | 自增列生成算法名称和配置 | 无 |
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.cn.md
index 7cc2d3f..b2fa56c 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.cn.md
@@ -19,6 +19,7 @@ weight = 1
| default-database-strategy-ref (?) | 属性 | 默认分库策略名称 |
| default-table-strategy-ref (?) | 属性 | 默认分表策略名称 |
| default-key-generate-strategy-ref (?) | 属性 | 默认分布式序列策略名称 |
+| default-sharding-column (?) | 属性 | 默认分片列名称 |
\<sharding:table-rule />
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.en.md
index 7b25e2a..aefaec8 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-namespace/sharding.en.md
@@ -19,6 +19,7 @@ Namespace:
[http://shardingsphere.apache.org/schema/shardingsphere/sharding/shar
| default-database-strategy-ref (?) | Attribute | Default database
strategy name |
| default-table-strategy-ref (?) | Attribute | Default table strategy
name |
| default-key-generate-strategy-ref (?) | Attribute | Default key generate
strategy name |
+| default-sharding-column (?) | Attribute | Default sharding column
name |
\<sharding:table-rule />