12345678910111213141516171819202122 |
- # CLI tool, only in development environment.
- # https://goframe.org/pages/viewpage.action?pageId=3673173
- gfcli:
- build:
- name: "nodeMonitor"
- arch: "amd64"
- system: "linux"
- mod: "none"
- cgo: 0
- pack: ""
- version: ""
- output: "./bin"
- extra: ""
- gen:
- dao:
- - link: "mysql:root:123456@tcp(127.0.0.1:3306)/nodeMonitor"
- # tables: "sys_user"
- # removePrefix: "gf_"
- descriptionTag: true
- noModelComment: false
- # path: "./tmp"
|