Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 9, 2020
1 parent 00337aa commit aa5e518
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requester <-> Broker <-> responder 三者通讯模型

# Maven Modules

* user-service-api: Reactive服务接口定义都在该模块中
* user-service-api: Reactive服务接口定义都在该模块中,当然包括Protobuf的支持
* rsocket-responder: RSocket服务响应者,Reactive服务接口的实现和服务提供者
* rsocket-requester: RSocket服务请求者,调用远程的RSocket服务

Expand Down Expand Up @@ -41,4 +41,6 @@ $ curl -X POST http://localhost:8282/actuator/online

```
$ curl http://localhost:8181/user/2
```
```

更多请参考 [example.http](example.http)

0 comments on commit aa5e518

Please sign in to comment.