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

自动生成基于数据库的Hprose发布服务。

This commit is contained in:
Liujian
2014-10-14 21:30:32 +08:00
parent 7905d77f05
commit f75d8997ef
4 changed files with 1348 additions and 1 deletions

1
bee.go
View File

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