Skip to content

Commit

Permalink
Revise the naming conventions (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaike authored and kun-song committed Feb 20, 2019
1 parent 0f9cef9 commit 40b0ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

Expand Down

0 comments on commit 40b0ff2

Please sign in to comment.