Fix config content exchange
diff --git a/provider-test/src/main/resources/dubbo-generic.xml b/provider-test/src/main/resources/dubbo-generic.xml
index eba5816..8974c9f 100644
--- a/provider-test/src/main/resources/dubbo-generic.xml
+++ b/provider-test/src/main/resources/dubbo-generic.xml
@@ -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>
\ No newline at end of file
diff --git a/provider-test/src/main/resources/dubbo-provider.xml b/provider-test/src/main/resources/dubbo-provider.xml
index 8974c9f..eba5816 100644
--- a/provider-test/src/main/resources/dubbo-provider.xml
+++ b/provider-test/src/main/resources/dubbo-provider.xml
@@ -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>
\ No newline at end of file