- # CLI tool, only in development environment.
- # https://goframe.org/pages/viewpage.action?pageId=3673173
- gfcli:
- gen:
- dao:
- - link: "mysql:root:123456@tcp(127.0.0.1:3306)/nodeMonitor"
- # tables: "sys_user"
- # removePrefix: "gf_"
- descriptionTag: true
- noModelComment: true
- # path: "./tmp"
|