An open API service indexing awesome lists of open source software.

https://github.com/flomesh-io/dubbo-zookeeper-sample

A fork from https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-zookeeper for demo usage.
https://github.com/flomesh-io/dubbo-zookeeper-sample

Last synced: about 1 month ago
JSON representation

A fork from https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-zookeeper for demo usage.

Awesome Lists containing this project

README

        

# Reference doc

This code base is used to demo functions list here: [flomesh.cn/msa/dubbo](http://flomesh.cn/msa/dubbo)

* Build:
~~~
mvn clean package
~~~

* Run Provider:
~~~
mvn exec:java -Dexec.mainClass=org.apache.dubbo.samples.ProviderBootstrap
~~~

* Run Consumer:
~~~
mvn exec:java -Dexec.mainClass=org.apache.dubbo.samples.ConsumerBootstrap
~~~