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

https://github.com/mryang/mini-rpc

简易java rpc框架,基于netty4,spring
https://github.com/mryang/mini-rpc

netty4 rpc spring

Last synced: 3 months ago
JSON representation

简易java rpc框架,基于netty4,spring

Awesome Lists containing this project

README

          

# simple rpc

参考微博[motan](https://github.com/weibocom/motan/blob/master/docs/wiki/zh_quickstart.md)及dubbo框架实现

## 系统依赖

- JDK1.8
- zookeeper3.4.9

## 简单调用

参见 simple-rpc-demo 模块

server:

```xml

```

client:

```xml

```

分别运行DemoServer,DemoClient 类即可看到远程调用效果