提交 9af757d4 编写于 作者: W william.liangf

修改demo配置

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1333 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 92288586
......@@ -23,5 +23,6 @@ dubbo.registry.address=multicast://224.5.6.7:1234
dubbo.monitor.protocol=registry
dubbo.protocol.name=dubbo
dubbo.protocol.port=20880
dubbo.service.loadbalance=roundrobin
dubbo.log4j.file=logs/dubbo-demo-provider.log
dubbo.log4j.level=WARN
\ No newline at end of file
......@@ -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="roundrobin" />
<dubbo:service interface="com.alibaba.dubbo.demo.DemoService" ref="demoService" />
</beans>
\ No newline at end of file
......@@ -23,5 +23,6 @@ dubbo.registry.address=multicast://224.5.6.7:1234
dubbo.monitor.protocol=registry
dubbo.protocol.name=dubbo
dubbo.protocol.port=-1
dubbo.service.loadbalance=roundrobin
#dubbo.log4j.file=logs/dubbo-demo-consumer.log
#dubbo.log4j.level=WARN
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册