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

test

上级 b2ff2a82
......@@ -28,10 +28,10 @@
timeout="500" retries="2" />
<!-- 类似group的还有version="2.0.0" -->
<dubbo:service group="new" interface="org.hongxi.whatsmars.dubbo.demo.api.DemoService" ref="demoService2" />
<dubbo:service group="new" interface="org.hongxi.whatsmars.dubbo.demo.api.DemoService" ref="demoService2" protocol="dubbo" />
<!-- 通过loadbalance="leastactive"也可实现并发控制,此 Loadbalance 会调用并发数最小的 Provider(Consumer端并发数) -->
<dubbo:service interface="org.hongxi.whatsmars.dubbo.demo.api.BarService" ref="barService"
mock="org.hongxi.whatsmars.dubbo.demo.provider.BarServiceMock" executes="10" />
mock="org.hongxi.whatsmars.dubbo.demo.provider.BarServiceMock" executes="10" protocol="dubbo" />
</beans>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册