You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by so...@apache.org on 2019/02/20 08:59:59 UTC

[incubator-dubbo] branch 2.6.x updated: Revise the naming conventions (#3506)

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

songkun pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new 40b0ff2  Revise the naming conventions (#3506)
40b0ff2 is described below

commit 40b0ff28f3805156d410a4dae86543fee034dc55
Author: kuaike <lu...@gmail.com>
AuthorDate: Wed Feb 20 16:59:53 2019 +0800

    Revise the naming conventions (#3506)
---
 .../src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml b/dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml
index ccd63bb..c173000 100644
--- a/dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml
+++ b/dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml
@@ -21,7 +21,7 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
        http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
 
-    <dubbo:application name="memcached-consumer"/>
+    <dubbo:application name="redis-consumer"/>
 
     <dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>