1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Merge pull request #73 from Lao-liu/master

自动生成基于数据库的Hprose发布服务。
This commit is contained in:
astaxie
2015-05-09 15:00:21 +08:00
5 changed files with 701 additions and 32 deletions

1
bee.go
View File

@ -77,6 +77,7 @@ var commands = []*Command{
cmdRun,
cmdPack,
cmdApiapp,
cmdHproseapp,
//cmdRouter,
//cmdTest,
cmdBale,