修改Demo
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@853 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
8110e68c47
commit
e2f06e3442
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
<bean id="demoService" class="com.alibaba.dubbo.demo.provider.DemoServiceImpl" />
|
||||
|
||||
<dubbo:service interface="com.alibaba.dubbo.demo.DemoService" ref="demoService" loadbalance="" />
|
||||
<dubbo:service interface="com.alibaba.dubbo.demo.DemoService" ref="demoService" loadbalance="roundrobin" />
|
||||
|
||||
</beans>
|
||||
Loading…
Reference in New Issue