Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 323 Bytes

sofa-rpc-java-demo

SOFARPC 示例工程

准备工作

  1. 需要安装 JDK 6 及以上 和 Maven 3 以上
  2. 安装和启动 zookeeper,用于服务发现
$ brew install zookeeper
$ zkServer start

启动服务端

运行 ProtobufServiceServerMain

启动客户端

运行 ProtobufServiceClientMain