Skip to content

Commit

Permalink
Fix config content exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Nov 22, 2017
1 parent ceee53d commit 64198aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider-test/src/main/resources/dubbo-generic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">

<dubbo:service interface="com.alibaba.dubbo.test.service.DemoService" ref="demoService"/>
<dubbo:service interface="com.alibaba.dubbo.test.service.GenericTestService" ref="genericService"/>

</beans>
2 changes: 1 addition & 1 deletion provider-test/src/main/resources/dubbo-provider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">

<dubbo:service interface="com.alibaba.dubbo.test.service.GenericTestService" ref="genericService"/>
<dubbo:service interface="com.alibaba.dubbo.test.service.DemoService" ref="demoService"/>

</beans>

0 comments on commit 64198aa

Please sign in to comment.