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 9af4fd9  Revise document for orchestration springboot configuration 
(#6723)
9af4fd9 is described below

commit 9af4fd96440c7c9097d9789c663b6a9dabdf46cd
Author: Haoran Meng <[email protected]>
AuthorDate: Sun Aug 9 12:13:02 2020 +0800

    Revise document for orchestration springboot configuration (#6723)
---
 .../configuration/spring-boot-starter/governance.cn.md       | 12 ++++++------
 .../configuration/spring-boot-starter/governance.en.md       | 12 ++++++------
 .../usage/governance/spring-boot-starter.cn.md               |  8 ++++----
 .../usage/governance/spring-boot-starter.en.md               |  8 ++++----
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.cn.md
index e1f52b5..a6767f2 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.cn.md
@@ -9,12 +9,12 @@ weight = 6
 
 ```properties
 spring.shardingsphere.orchestration.name= # 治理名称
-spring.shardingsphere.orchestration.registryCenter.type= # 
治理持久化类型。如:Zookeeper, etcd, Apollo, Nacos
-spring.shardingsphere.orchestration.registryCenter.server-lists= # 治理服务列表。包括 
IP 地址和端口号。多个地址用逗号分隔。如: host1:2181,host2:2181
-spring.shardingsphere.orchestration.registryCenter.props= # 其它配置
-spring.shardingsphere.orchestration.additionalConfigCenter.type= # 
可选的配置中心类型。如:Zookeeper, etcd, Apollo, Nacos
-spring.shardingsphere.orchestration.additionalConfigCenter.server-lists= # 
可选的配置中心服务列表。包括 IP 地址和端口号。多个地址用逗号分隔。如: host1:2181,host2:2181
-spring.shardingsphere.orchestration.additionalConfigCenter.props= # 可选的配置中心其它配置
+spring.shardingsphere.orchestration.registry-center.type= # 
治理持久化类型。如:Zookeeper, etcd, Apollo, Nacos
+spring.shardingsphere.orchestration.registry-center.server-lists= # 治理服务列表。包括 
IP 地址和端口号。多个地址用逗号分隔。如: host1:2181,host2:2181
+spring.shardingsphere.orchestration.registry-center.props= # 其它配置
+spring.shardingsphere.orchestration.additional-config-center.type= # 
可选的配置中心类型。如:Zookeeper, etcd, Apollo, Nacos
+spring.shardingsphere.orchestration.additional-config-center.server-lists= # 
可选的配置中心服务列表。包括 IP 地址和端口号。多个地址用逗号分隔。如: host1:2181,host2:2181
+spring.shardingsphere.orchestration.additional-config-center.props= # 
可选的配置中心其它配置
 spring.shardingsphere.orchestration.overwrite= # 
本地配置是否覆盖配置中心配置。如果可覆盖,每次启动都以本地配置为准.
 ```
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.en.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.en.md
index 615637a..bd3d685 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/configuration/spring-boot-starter/governance.en.md
@@ -9,12 +9,12 @@ weight = 6
 
 ```properties
 spring.shardingsphere.orchestration.name= # Orchestration name
-spring.shardingsphere.orchestration.registryCenter.type= # Orchestration 
instance type. Example:Zookeeper, etcd, Apollo, Nacos
-spring.shardingsphere.orchestration.registryCenter.server-lists= # The list of 
servers that connect to orchestration instance, including IP and port number; 
use commas to separate
-spring.shardingsphere.orchestration.registryCenter.props= # Other properties
-spring.shardingsphere.orchestration.additionalConfigCenter.type= # Additional 
config center type. Example:Zookeeper, etcd, Apollo, Nacos
-spring.shardingsphere.orchestration.additionalConfigCenter.server-lists= # 
Additional config center server list. including IP and port number; use commas 
to separate
-spring.shardingsphere.orchestration.additionalConfigCenter.props= # Additional 
config center other properties
+spring.shardingsphere.orchestration.registry-center.type= # Orchestration 
instance type. Example:Zookeeper, etcd, Apollo, Nacos
+spring.shardingsphere.orchestration.registry-center.server-lists= # The list 
of servers that connect to orchestration instance, including IP and port 
number; use commas to separate
+spring.shardingsphere.orchestration.registry-center.props= # Other properties
+spring.shardingsphere.orchestration.additional-config-center.type= # 
Additional config center type. Example:Zookeeper, etcd, Apollo, Nacos
+spring.shardingsphere.orchestration.additional-config-center.server-lists= # 
Additional config center server list. including IP and port number; use commas 
to separate
+spring.shardingsphere.orchestration.additional-config-center.props= # 
Additional config center other properties
 spring.shardingsphere.orchestration.overwrite= # Whether to overwrite local 
configurations with config center configurations; if it can, each 
initialization should refer to local configurations
 ```
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.cn.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.cn.md
index f9da66e..b098cec 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.cn.md
@@ -31,10 +31,10 @@ weight = 3
 
 ```properties
 
spring.shardingsphere.orchestration.name=orchestration-spring-boot-shardingsphere-test
-spring.shardingsphere.orchestration.registryCenter.type=Zookeeper
-spring.shardingsphere.orchestration.registryCenter.server-lists=localhost:2181
-spring.shardingsphere.orchestration.additionalConfigCenter.type=Zookeeper
-spring.shardingsphere.orchestration.additionalConfigCenter.server-lists=localhost:2182
+spring.shardingsphere.orchestration.registry-center.type=Zookeeper
+spring.shardingsphere.orchestration.registry-center.server-lists=localhost:2181
+spring.shardingsphere.orchestration.additional-config-center.type=Zookeeper
+spring.shardingsphere.orchestration.additional-config-center.server-lists=localhost:2182
 spring.shardingsphere.orchestration.overwrite=true
 ```
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.en.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.en.md
index 0c3f94c..57416e4 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/usage/governance/spring-boot-starter.en.md
@@ -31,10 +31,10 @@ weight = 3
 
 ```properties
 
spring.shardingsphere.orchestration.name=orchestration-spring-boot-shardingsphere-test
-spring.shardingsphere.orchestration.registryCenter.type=Zookeeper
-spring.shardingsphere.orchestration.registryCenter.server-lists=localhost:2181
-spring.shardingsphere.orchestration.additionalConfigCenter.type=Zookeeper
-spring.shardingsphere.orchestration.additionalConfigCenter.server-lists=localhost:2182
+spring.shardingsphere.orchestration.registry-center.type=Zookeeper
+spring.shardingsphere.orchestration.registry-center.server-lists=localhost:2181
+spring.shardingsphere.orchestration.additional-config-center.type=Zookeeper
+spring.shardingsphere.orchestration.additional-config-center.server-lists=localhost:2182
 spring.shardingsphere.orchestration.overwrite=true
 ```
 

Reply via email to