You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
420 B
18 lines
420 B
|
|
# CLI tool, only in development environment.
|
|
# https://goframe.org/pages/viewpage.action?pageId=3673173
|
|
gfcli:
|
|
# 工具编译配置
|
|
build:
|
|
name: "UserRegister"
|
|
path: "./bin"
|
|
arch: "amd64"
|
|
system: "linux"
|
|
packSrc: "manifest/i18n"
|
|
|
|
# dao生成
|
|
gen:
|
|
dao:
|
|
- link: "mysql:hcdbqb:xrZthbSyNpcseEsN@tcp(54.255.212.181:3306)/hcdbqb"
|
|
descriptionTag: true
|
|
noModelComment: true
|