Skip to content

Commit 40b0ff2

Browse files
kuaikekun-song
authored andcommitted
Revise the naming conventions (#3506)
1 parent 0f9cef9 commit 40b0ff2

File tree

1 file changed

+1
-1
lines changed
  • dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis

1 file changed

+1
-1
lines changed

dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
2222
http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
2323

24-
<dubbo:application name="memcached-consumer"/>
24+
<dubbo:application name="redis-consumer"/>
2525

2626
<dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>
2727

0 commit comments

Comments
 (0)