1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 10:00:41 +00:00

Update to v1.12.3

This commit is contained in:
Ming Deng
2020-11-25 21:01:30 +08:00
parent 62c20031a1
commit bc846b254e
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ var CmdHproseapp = &commands.Command{
{{"To scaffold out your application, use:"|bold}}
$ bee hprose [appname] [-tables=""] [-driver=mysql] [-conn="root:@tcp(127.0.0.1:3306)/test"] [-gopath=false] [-beego=v1.12.1]
$ bee hprose [appname] [-tables=""] [-driver=mysql] [-conn="root:@tcp(127.0.0.1:3306)/test"] [-gopath=false] [-beego=v1.12.3]
If 'conn' is empty, the command will generate a sample application. Otherwise the command
will connect to your database and generate models based on the existing tables.