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
- Host: GitHub
- URL: https://github.com/mryang/mini-rpc
- Owner: MrYang
- Created: 2017-01-17T03:27:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T08:45:12.000Z (almost 4 years ago)
- Last Synced: 2024-09-23T05:45:57.419Z (over 1 year ago)
- Topics: netty4, rpc, spring
- Language: Java
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 类即可看到远程调用效果