mirror of
https://github.com/beego/bee.git
synced 2025-04-29 08:17:12 +00:00
generate everything by default
This commit is contained in:
parent
a37b9802bd
commit
07bcce359a
2
g.go
2
g.go
@ -110,7 +110,7 @@ func generateCode(cmd *Command, args []string) {
|
||||
conn = "root:@tcp(127.0.0.1:3306)/test"
|
||||
}
|
||||
if level == "" {
|
||||
level = "1"
|
||||
level = "3"
|
||||
}
|
||||
ColorLog("[INFO] Using '%s' as 'driver'\n", driver)
|
||||
ColorLog("[INFO] Using '%s' as 'conn'\n", conn)
|
||||
|
Loading…
x
Reference in New Issue
Block a user