You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2019/04/22 05:54:50 UTC

[incubator-dubbo-website] branch asf-site updated: change local call english info (#357)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9cdf703  change local call english info (#357)
9cdf703 is described below

commit 9cdf703607f5a3c9fd1b87d87810062141111c84
Author: huaifeng <hu...@fanhaoyue.com>
AuthorDate: Mon Apr 22 13:54:45 2019 +0800

    change local call english info (#357)
    
    * change the local-call info
    
    * change the local-call info for english
---
 docs/en-us/user/demos/local-call.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en-us/user/demos/local-call.md b/docs/en-us/user/demos/local-call.md
index f751802..0c2382f 100644
--- a/docs/en-us/user/demos/local-call.md
+++ b/docs/en-us/user/demos/local-call.md
@@ -36,7 +36,7 @@ or
 <dubbo:service injvm="true" .../>
 ```
 
-Note: Both service provider and service references need to declare `injvm="true"`
+Note: Dubbo is exposed locally from `2.2.0` by default. It can be referenced locally without any configuration. If you don't want the service to be exposed remotely, you only need to set the protocol to injvm in the provider.
 
 ## Automatically exposed, local service references