Install Demo Provider
install:
$ git clone https://github.com/apache/dubbo.git
$ cd dubbo/dubbo-demo/dubbo-demo-xml
# run org.apache.dubbo.demo.provider.Application under dubbo-demo-xml-provider module
# add -Djava.net.preferIPv4Stack=true if your IDE is Intellij Idea
configuration:
# resources/spring/dubbo-provider.xml
# change dubbo:registry to a real registry server address, zookeeper is recommended, for example:
# <dubbo:registry address="zookeeper://127.0.0.1:2181"/>
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 22, 2021: Merge branch 'master' of https://github.com/apache/dubbo-website (f48eac9)