Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leiwei2094 authored Sep 24, 2016
1 parent cd2116b commit 9ef7fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**运行Zookeeper**
安装,配置Zookeeper,然后启动Zookeeper的server。[Install, configure and sratr Zookeeper server](https://github.com/Leo-Lei/blog/blob/master/source/_posts/zookeeper.md)
**运行Provoder**
进入`provider`目录,执行`gradle appRun`。会启动web容器并运行应用。
进入`provider`目录,执行`gradle appRun`。会启动web容器并运行应用。
**运行Consumer**
进入`consumer`目录,执行`gradle appRun`
浏览器中访问`http://localhost:8082/hello``http://localhost:8082/user`.其中`/hello`是传递简单String作为参数,`/user`是传递自定义类型*User*作为接口参数。
Expand Down

0 comments on commit 9ef7fab

Please sign in to comment.