This is an automated email from the ASF dual-hosted git repository. xiaoyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push: new 5257e3fc48 Update deployment-cluster.md (#616) 5257e3fc48 is described below commit 5257e3fc485f9e3f85e6dd6c29c3f5df6f604589 Author: 刁宇航 <107608348+dcloudco...@users.noreply.github.com> AuthorDate: Fri Jun 24 19:39:57 2022 +0800 Update deployment-cluster.md (#616) --- .../version-2.4.3/deployment/deployment-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md index 83fb6dda06..6a2011d94d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/deployment/deployment-cluster.md @@ -37,7 +37,8 @@ description: 集群部署 * 在你的网关启动器服务器下载并解压[apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz) 。 -* 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。 +* 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。<br/> + **注:** 若设置nacos配置中心作为数据同步方式,需在ext-lib文件夹下引入 `shenyu-spring-boot-starter-sync-data-nacos.jar` `shenyu-sync-data-nacos.jar` * 进入`bin`目录,启动ShenYu Bootstrap。