mirror of
https://github.com/beego/bee.git
synced 2025-08-04 19:25:31 +00:00
Update README
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user