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

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


The following commit(s) were added to refs/heads/cn-site by this push:
     new 2775886b44 deploy: 1a769ec18f807fd02364938405df5611c2f99a32
2775886b44 is described below

commit 2775886b44a1dfff83e263c3284beb622bd2c6cf
Author: AlbumenJ <[email protected]>
AuthorDate: Fri Feb 10 07:25:40 2023 +0000

    deploy: 1a769ec18f807fd02364938405df5611c2f99a32
---
 sitemap.xml                                                      | 2 +-
 .../java-sdk/advanced-features-and-usage/service/index.xml       | 9 +++++----
 .../service/preflight-check/index.html                           | 8 ++++----
 zh-cn/sitemap.xml                                                | 2 +-
 4 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sitemap.xml b/sitemap.xml
index 28033d13bc..e9b9539810 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-02-10T15:21:24+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-02-09T17:22:57+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-02-09T17:22:57+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-02-10T15:21:35+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git 
a/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/index.xml 
b/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/index.xml
index 73ae22de87..c77b844f75 100644
--- a/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/index.xml
+++ b/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/index.xml
@@ -496,6 +496,10 @@ Dubbo协议支持,以及Qos协议支持。这些协议的识别都是由一个
 &lt;p>check 只用来启动时检查,运行时没有相应的依赖仍然会报错。&lt;/p>
 &lt;/blockquote>
 &lt;h2 id="使用方式">使用方式&lt;/h2>
+&lt;p>&lt;strong>配置含义&lt;/strong>&lt;/p>
+&lt;p>&lt;code>dubbo.reference.com.foo.BarService.check&lt;/code>,覆盖 
&lt;code>com.foo.BarService&lt;/code>的 reference 的 check 
值,就算配置中有声明,也会被覆盖。&lt;/p>
+&lt;p>&lt;code>dubbo.consumer.check=false&lt;/code>,是设置 reference 的 
&lt;code>check&lt;/code> 的缺省值,如果配置中有显式的声明,如:&lt;code>&amp;lt;dubbo:reference 
check=&amp;quot;true&amp;quot;/&amp;gt;&lt;/code>,不会受影响。&lt;/p>
+&lt;p>&lt;code>dubbo.registry.check=false&lt;/code>,前面两个都是指订阅成功,但提供者列表是否为空是否报错,如果注册订阅失败时,也允许启动,需使用此选项,将在后台定时重试。&lt;/p>
 &lt;h3 id="通过-spring-配置文件">通过 spring 配置文件&lt;/h3>
 &lt;p>关闭某个服务的启动时检查&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-xml" data-lang="xml">&lt;span 
style="display:flex;">&lt;span>&lt;span 
style="color:#268bd2">&amp;lt;dubbo:reference&lt;/span> interface=&lt;span 
style="color:#2aa198">&amp;#34;com.foo.BarService&amp;#34;&lt;/span> 
check=&lt;span style="color:#2aa198">&amp;#34;false&amp;#34;&lt;/span> &lt;span 
style="color:#268bd2">/&amp;gt;&lt;/span>
@@ -511,10 +515,7 @@ Dubbo协议支持,以及Qos协议支持。这些协议的识别都是由一个
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-sh" data-lang="sh">&lt;span 
style="display:flex;">&lt;span>java 
-Ddubbo.reference.com.foo.BarService.check&lt;span 
style="color:#719e07">=&lt;/span>&lt;span style="color:#b58900">false&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>java 
-Ddubbo.consumer.check&lt;span style="color:#719e07">=&lt;/span>&lt;span 
style="color:#b58900">false&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>java 
-Ddubbo.registry.check&lt;span style="color:#719e07">=&lt;/span>&lt;span 
style="color:#b58900">false&lt;/span>
-&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="配置的含义">配置的含义&lt;/h2>
-&lt;p>&lt;code>dubbo.reference.com.foo.BarService.check&lt;/code>,覆盖 
&lt;code>com.foo.BarService&lt;/code>的 reference 的 check 
值,就算配置中有声明,也会被覆盖。&lt;/p>
-&lt;p>&lt;code>dubbo.consumer.check=false&lt;/code>,是设置 reference 的 
&lt;code>check&lt;/code> 的缺省值,如果配置中有显式的声明,如:&lt;code>&amp;lt;dubbo:reference 
check=&amp;quot;true&amp;quot;/&amp;gt;&lt;/code>,不会受影响。&lt;/p>
-&lt;p>&lt;code>dubbo.registry.check=false&lt;/code>,前面两个都是指订阅成功,但提供者列表是否为空是否报错,如果注册订阅失败时,也允许启动,需使用此选项,将在后台定时重试。&lt;/p></description></item><item><title>Docs3-V2:
 
响应式编程</title><link>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/reactive/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/reactive/</guid><description>
+&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Docs3-V2:
 
响应式编程</title><link>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/reactive/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/reactive/</guid><description>
 &lt;h2 id="特性说明">特性说明&lt;/h2>
 &lt;p>此特性基于 Triple 协议和 Project Reactor 实现,&lt;code>3.1.0&lt;/code> 
版本以上支持。用户仅需编写 IDL 文件,并指定 protobuf 插件的相应 Generator,即可生成并使用支持响应式API的 Stub 
代码。&lt;/p>
 &lt;p>有四种调用模式,分别是 OneToOne、OneToMany、ManyToOne、ManyToMany,分别对应 
Unary调用、服务端流、客户端流、双向流。在 Reactor 的实现中,One 对应 Mono,Many 对应 Flux。&lt;/p>
diff --git 
a/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check/index.html
 
b/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check/index.html
index 9deae7c8d1..6771659cda 100644
--- 
a/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check/index.html
+++ 
b/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check/index.html
@@ -1,10 +1,10 @@
-<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=zh-cn 
class=no-js><head><meta charset=utf-8><meta name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16 [...]
+<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=zh-cn 
class=no-js><head><meta charset=utf-8><meta name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.110.0"><meta name=ROBOTS content="INDEX, 
FOLLOW"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16 [...]
 <script>var 
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function 
gtag(){dataLayer.push(arguments)}gtag("js",new 
Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link 
rel=preload 
href=/scss/main.min.dc7554c0c41d7f631ecb7b0f13149f547e695b5cc4443b205c73ce7f3d17caaf.css
 as=style><link 
href=/scss/main.min.dc7554c0c41d7f631ecb7b0f13149f547e695b5cc4443b205c73ce7f3d17caaf.css
 rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js 
integrity="sha256-9/a [...]
 <link rel=stylesheet 
href=https://cdn.jsdelivr.net/npm/@docsearch/css@3></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand 
href=/zh-cn/><span class=navbar-logo><svg xmlns="http://www.w3.org/2000/svg"; 
viewBox="0 0 321.39 78.54"><title id="title19">DUBBO LOGO</title><path 
class="cls-1" d="M68.46 50.38c0 14.06 11.39 22.11 25.45 22.11s25.45-8.05 
25.45-22.11V7.25H68.46zm21.24-28h8.6V31H89.7z [...]
 <a 
href=https://github.com/apache/dubbo-website/edit/master/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check.md
 class=td-page-meta--edit target=_blank rel=noopener><i class="fa-solid 
fa-pen-to-square fa-fw"></i> 编辑此页</a>
 <a 
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/preflight-check.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%
 [...]
 <a 
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%90%af%e5%8a%a8%e6%97%b6%e6%a3%80%e6%9f%a5";
 class=td-page-meta--issue target=_blank rel=noopener><i class="fa-solid 
fa-list-check fa-fw"></i> 提交文档问题</a>
-<a href=https://github.com/apache/dubbo/issues/new 
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fa-solid 
fa-list-check fa-fw"></i> 提交项目问题</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><a href=#特性说明>特性说明</a></li><li><a 
href=#使用场景>使用场景</a></li><li><a href=#使用方式>使用方式</a><ul><li><a 
href=#通过-spring-配置文件>通过 spring 配置文件</a></li><li><a href=#通过-dubboproperties>通过 
dubbo.properties</a></li><li><a href=#通过--d-参数>通过 -D 
参数</a></li></ul></li><li><a href=#配置的含义>配置 [...]
+<a href=https://github.com/apache/dubbo/issues/new 
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fa-solid 
fa-list-check fa-fw"></i> 提交项目问题</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><a href=#特性说明>特性说明</a></li><li><a 
href=#使用场景>使用场景</a></li><li><a href=#使用方式>使用方式</a><ul><li><a 
href=#通过-spring-配置文件>通过 spring 配置文件</a></li><li><a href=#通过-dubboproperties>通过 
dubbo.properties</a></li><li><a href=#通过--d-参数>通过 -D 
参数</a></li></ul></li></ul></nav></div></as [...]
 </span></span></code></pre></div><p>关闭所有服务的启动时检查</p><div class=highlight><pre 
tabindex=0 
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-xml data-lang=xml><span style=display:flex><span><span 
style=color:#268bd2>&lt;dubbo:consumer</span> check=<span 
style=color:#2aa198>&#34;false&#34;</span> <span 
style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><p>关闭注册中心启动时检查</p><div class=highlight><pre 
tabindex=0 
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-xml data-lang=xml><span style=display:flex><span><span 
style=color:#268bd2>&lt;dubbo:registry</span> check=<span 
style=color:#2aa198>&#34;false&#34;</span> <span 
style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><h3 id=通过-dubboproperties>通过 
dubbo.properties</h3><div class=highlight><pre tabindex=0 
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-properties data-lang=properties><span 
style=display:flex><span>dubbo.reference.com.foo.BarService.check<span 
style=color:#719e07>=</span><span style=color:#2aa198>false</span>
@@ -13,8 +13,8 @@
 </span></span></code></pre></div><h3 id=通过--d-参数>通过 -D 参数</h3><div 
class=highlight><pre tabindex=0 
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
 class=language-sh data-lang=sh><span style=display:flex><span>java 
-Ddubbo.reference.com.foo.BarService.check<span 
style=color:#719e07>=</span><span style=color:#b58900>false</span>
 </span></span><span style=display:flex><span>java -Ddubbo.consumer.check<span 
style=color:#719e07>=</span><span style=color:#b58900>false</span> 
 </span></span><span style=display:flex><span>java -Ddubbo.registry.check<span 
style=color:#719e07>=</span><span style=color:#b58900>false</span>
-</span></span></code></pre></div><h2 
id=配置的含义>配置的含义</h2><p><code>dubbo.reference.com.foo.BarService.check</code>,覆盖 
<code>com.foo.BarService</code>的 reference 的 check 
值,就算配置中有声明,也会被覆盖。</p><p><code>dubbo.consumer.check=false</code>,是设置 reference 的 
<code>check</code> 的缺省值,如果配置中有显式的声明,如:<code>&lt;dubbo:reference 
check="true"/></code>,不会受影响。</p><p><code>dubbo.registry.check=false</code>,前面两个都是指订阅成功,但提供者列表是否为空是否报错,如果注册订阅失败时,也允许启动,需使用此选项,将在后台定时重试。</p><style>.feedback--answer{display:inline-blo
 [...]
-<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><div
 class=d-print-none><h2 class=feedback--title>Feedback</h2><p 
class=feedback--question>Was this page helpful?</p><button class="btn 
btn-primary mb-4 feedback--answer feedback--answer-yes">Yes</button>
+<button class="btn btn-primary mb-4 feedback--answer 
feedback--answer-no">No</button><p class="feedback--response 
feedback--response-yes">Glad to hear it! Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p><p class="feedback--response feedback--response-no">Sorry to 
hear that. Please <a 
href=https://github.com/apache/dubbo-website/issues/new>tell us how we can 
improve</a>.</p></div><script>const yesButton=document.querySelector(".feedback 
[...]
 <script src=/js/bootstrap.min.js 
integrity=sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy
 crossorigin=anonymous></script>
 <script 
src=/js/main.min.5d9bbf645e25d374ae8412eedf48df17eb2fa1f70fe6cb544c730a1d145d7bd1.js
 integrity="sha256-XZu/ZF4l03SuhBLu30jfF+svofcP5stUTHMKHRRde9E=" 
crossorigin=anonymous></script>
 <script src=https://cdn.jsdelivr.net/npm/@docsearch/js@3></script>
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 1c0e08e4cd..f82d5a1ec1 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-02-09T17:22:57+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="en" 
href="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="zh-cn" href="htt [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-02-09T17:22:57+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
 rel="alternate" hreflang="en" 
href="https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/"/><xhtml:link 
rel="alternate" hreflang="zh-cn" href="htt [...]
\ No newline at end of file

Reply via email to