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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a8d2224  Automated deployment: Mon Aug 31 11:17:18 UTC 2020 
1612eb9a25160a1c58a6f77358121721cdb822b3
a8d2224 is described below

commit a8d2224db846bdf7a460969f74b52533064766f8
Author: htynkn <[email protected]>
AuthorDate: Mon Aug 31 11:17:18 2020 +0000

    Automated deployment: Mon Aug 31 11:17:18 UTC 2020 
1612eb9a25160a1c58a6f77358121721cdb822b3
---
 zh-cn/docs/user/references/registry/nacos.html | 6 +++---
 zh-cn/docs/user/references/registry/nacos.json | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zh-cn/docs/user/references/registry/nacos.html 
b/zh-cn/docs/user/references/registry/nacos.html
index 68eec45..49430f3 100644
--- a/zh-cn/docs/user/references/registry/nacos.html
+++ b/zh-cn/docs/user/references/registry/nacos.html
@@ -19,7 +19,7 @@
 <h2>快速上手</h2>
 <p>Dubbo 融合 Nacos 成为注册中心的操作步骤非常简单,大致步骤可分为“增加 Maven 依赖”以及“配置注册中心“。</p>
 <h3>增加 Maven 依赖</h3>
-<p>首先,您需要 <code>dubbo-registry-nacos</code> 的 Maven 依赖添加到您的项目中 
<code>pom.xml</code> 文件中,并且强烈地推荐您使用 Dubbo <code>2.6.5</code>:</p>
+<p>首先,您需要将 <code>dubbo-registry-nacos</code> 的 Maven 依赖添加到您的项目 
<code>pom.xml</code> 文件中,并且强烈地推荐您使用 Dubbo <code>2.6.5</code>:</p>
 <pre><code class="language-xml"><span class="hljs-tag">&lt;<span 
class="hljs-name">dependencies</span>&gt;</span>
 
     ...
@@ -56,9 +56,9 @@
     
 <span class="hljs-tag">&lt;/<span 
class="hljs-name">dependencies</span>&gt;</span>
 </code></pre>
-<p>当项目中添加  <code>dubbo-registry-nacos</code> 
后,您无需显示地编程实现服务发现和注册逻辑,实际实现由该三方包提供,接下来配置 Naocs 注册中心。</p>
+<p>当项目中添加  <code>dubbo-registry-nacos</code> 
后,您无需显式地编程实现服务发现和注册逻辑,实际实现由该三方包提供,接下来配置 Naocs 注册中心。</p>
 <h3>配置注册中心</h3>
-<p>假设您 Dubbo 应用使用 Spring Framework 装配,将有两种配置方法可选,分别为:<a 
href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/";>Dubbo
 Spring 外部化配置</a>以及 Spring XML 配置文件以及 ,推荐前者。</p>
+<p>假设您 Dubbo 应用使用 Spring Framework 装配,将有两种配置方法可选,分别为:<a 
href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/";>Dubbo
 Spring 外部化配置</a>以及 Spring XML 配置文件,推荐前者。</p>
 <h3><a 
href="https://mercyblitz.github.io/2018/01/18/Dubbo-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE/";>Dubbo
 Spring 外部化配置</a></h3>
 <p>Dubbo Spring 外部化配置是由 Dubbo <code>2.5.8</code> 引入的新特性,可通过 Spring 
<code>Environment</code> 属性自动地生成并绑定 Dubbo 配置 Bean,实现配置简化,并且降低微服务开发门槛。</p>
 <p>假设您的 Nacos Server 同样运行在服务器 <code>10.20.153.10</code> 上,并使用默认 Nacos 服务端口 
<code>8848</code>,您只需将 <code>dubbo.registry.address</code> 属性调整如下:</p>
diff --git a/zh-cn/docs/user/references/registry/nacos.json 
b/zh-cn/docs/user/references/registry/nacos.json
index f4c4f8a..43ac645 100644
--- a/zh-cn/docs/user/references/registry/nacos.json
+++ b/zh-cn/docs/user/references/registry/nacos.json
@@ -1,6 +1,6 @@
 {
   "filename": "nacos.md",
-  "__html": "<h1>Nacos 注册中心</h1>\n<p>Nacos 是 Dubbo 生态系统中重要的注册中心实现,其中 <a 
href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\";><code>dubbo-registry-nacos</code></a>
 则是 Dubbo 融合 Nacos 注册中心的实现。</p>\n<h2>预备工作</h2>\n<p>当您将 <a 
href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\";><code>dubbo-registry-nacos</code></a>
 整合到您的 Dubbo 工程之前,请确保后台已经启动 Nacos 服务。如果您尚且不熟悉 Nacos 的基本使用的话,可先行参考 <a 
href=\"https://nacos. [...]
+  "__html": "<h1>Nacos 注册中心</h1>\n<p>Nacos 是 Dubbo 生态系统中重要的注册中心实现,其中 <a 
href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\";><code>dubbo-registry-nacos</code></a>
 则是 Dubbo 融合 Nacos 注册中心的实现。</p>\n<h2>预备工作</h2>\n<p>当您将 <a 
href=\"https://github.com/apache/incubator-dubbo/tree/master/dubbo-registry/dubbo-registry-nacos\";><code>dubbo-registry-nacos</code></a>
 整合到您的 Dubbo 工程之前,请确保后台已经启动 Nacos 服务。如果您尚且不熟悉 Nacos 的基本使用的话,可先行参考 <a 
href=\"https://nacos. [...]
   "link": "/zh-cn/docs/user/references/registry/nacos.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to