123456789101112131415161718192021222324252627282930 |
- # CLI tool, only in development environment.
- # https://goframe.org/pages/viewpage.action?pageId=3673173
- gfcli:
- build:
- name: "nodeMonitor"
- arch: "amd64"
- system: "linux"
- mod: "none"
- packSrc: ""
- version: ""
- output: "./bin"
- extra: ""
- buildTask:
- name: "nodeMonitorTask"
- arch: "amd64"
- system: "linux"
- mod: "none"
- packSrc: ""
- version: ""
- output: "./bin"
- extra: ""
- gen:
- dao:
- - link: "mysql:nodemonitor:m4A6zLaDnRCNd4xw@tcp(156.234.193.212:33060)/nodemonitor?loc=Local&parseTime=true"
- # tables: "sys_user"
- # removePrefix: "gf_"
- descriptionTag: true
- noModelComment: false
- # path: "./tmp"
|