提交 36e88642 编写于 作者: 武汉红喜's avatar 武汉红喜

whatsmars-dubbo-examples

上级 08c0bb8d
......@@ -23,6 +23,6 @@ limitations under the License.
<dubbo:application name="memcached-consumer"/>
<dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>
<dubbo:reference id="cache" interface="java.util.Map" url="redis://127.0.0.1:6379"/>
</beans>
\ No newline at end of file
......@@ -25,6 +25,6 @@ limitations under the License.
<dubbo:registry address="zookeeper://127.0.0.1:2181"/>
<dubbo:reference id="versionService" interface="com.alibaba.dubbo.examples.version.api.VersionService" version="*"/>
<dubbo:reference id="versionService" interface="org.hongxi.whatsmars.dubbo.example.version.api.VersionService" version="*"/>
</beans>
\ No newline at end of file
......@@ -27,9 +27,9 @@ limitations under the License.
<dubbo:protocol name="dubbo" port="20880"/>
<bean id="versionService" class="com.alibaba.dubbo.examples.version.impl.VersionServiceImpl"/>
<bean id="versionService" class="org.hongxi.whatsmars.dubbo.example.version.impl.VersionServiceImpl"/>
<dubbo:service interface="com.alibaba.dubbo.examples.version.api.VersionService" version="1.0.0"
<dubbo:service interface="org.hongxi.whatsmars.dubbo.example.version.api.VersionService" version="1.0.0"
ref="versionService"/>
</beans>
\ No newline at end of file
......@@ -27,9 +27,9 @@ limitations under the License.
<dubbo:protocol name="dubbo" port="20882"/>
<bean id="versionService" class="com.alibaba.dubbo.examples.version.impl.VersionServiceImpl2"/>
<bean id="versionService" class="org.hongxi.whatsmars.dubbo.example.version.impl.VersionServiceImpl2"/>
<dubbo:service interface="com.alibaba.dubbo.examples.version.api.VersionService" version="2.0.0"
<dubbo:service interface="org.hongxi.whatsmars.dubbo.example.version.api.VersionService" version="2.0.0"
ref="versionService"/>
</beans>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册