From notifications-return-396-archive-asf-public=cust-asf.ponee.io@dubbo.apache.org Thu May 3 07:40:21 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B7B21180625 for ; Thu, 3 May 2018 07:40:20 +0200 (CEST) Received: (qmail 89900 invoked by uid 500); 3 May 2018 05:40:19 -0000 Mailing-List: contact notifications-help@dubbo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@dubbo.apache.org Delivered-To: mailing list notifications@dubbo.apache.org Received: (qmail 89890 invoked by uid 99); 3 May 2018 05:40:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2018 05:40:19 +0000 From: GitBox To: notifications@dubbo.apache.org Subject: [GitHub] beiwei30 closed pull request #25: typo fix Message-ID: <152532601891.12697.8190321582681503012.gitbox@gitbox.apache.org> Date: Thu, 03 May 2018 05:40:18 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit beiwei30 closed pull request #25: typo fix URL: https://github.com/apache/incubator-dubbo-docs/pull/25 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/dubbo-user-book/demos/preflight-check.md b/dubbo-user-book/demos/preflight-check.md index 5538412..e20afe8 100644 --- a/dubbo-user-book/demos/preflight-check.md +++ b/dubbo-user-book/demos/preflight-check.md @@ -1,6 +1,6 @@ # 启动时检查 -Dubbo 缺省会在启动时检查依赖的服务是否可用,不可用时会抛出异常,阻止 Spring 初始化完成,以便上线时,能及早发现问题,默认 `check="true"`。 +Dubbo 缺省会在启动时检查依赖的服务是否可用,不可用时会抛出异常,阻止 Spring 初始化完成,以便上线时,能及早发现问题,默认 `check="true"`。 可以通过 `check="false"` 关闭检查,比如,测试时,有些服务不关心,或者出现了循环依赖,必须有一方先启动。 @@ -52,4 +52,4 @@ java -Ddubbo.registry.check=false `dubbo.consumer.check=false`,是设置 check 的缺省值,如果配置中有显式的声明,如:``,不会受影响。 -`dubbo.registry.check=false`,前面两个都是指订阅成功,但提供者列表是否为空是否报错,如果注册订阅失败时,也允许启动,需使用此选项,将在后台定时重试。 \ No newline at end of file +`dubbo.registry.check=false`,前面两个都是指订阅成功,但提供者列表是否为空是否报错,如果注册订阅失败时,也允许启动,需使用此选项,将在后台定时重试。 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org For additional commands, e-mail: notifications-help@dubbo.apache.org