mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
Update README
This commit is contained in:
parent
adf84eb060
commit
40f2451ca4
@ -8,6 +8,7 @@ Bee is a command line tool facilitating development with beego framework.
|
|||||||
|
|
||||||
## 新增采用 Hprose 发布RPC服务
|
## 新增采用 Hprose 发布RPC服务
|
||||||
|
|
||||||
|
```bash
|
||||||
go get github.com/Lao-liu/bee
|
go get github.com/Lao-liu/bee
|
||||||
|
|
||||||
bee hprose DbApi -conn=root:@tcp\(127.0.0.1:3306\)/test
|
bee hprose DbApi -conn=root:@tcp\(127.0.0.1:3306\)/test
|
||||||
@ -17,6 +18,7 @@ Bee is a command line tool facilitating development with beego framework.
|
|||||||
cd DbApi
|
cd DbApi
|
||||||
|
|
||||||
bee run
|
bee run
|
||||||
|
```
|
||||||
|
|
||||||
#### 浏览器打开 http://127.0.0.1:8080
|
#### 浏览器打开 http://127.0.0.1:8080
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user