mirror of
https://github.com/PengZhangs2017582/novel.git
synced 2025-06-16 15:31:22 +08:00
16 lines
437 B
Go
16 lines
437 B
Go
|
|
# CLI tool, only in development environment.
|
|
# https://goframe.org/pages/viewpage.action?pageId=3673173
|
|
gfcli:
|
|
docker:
|
|
build: "-a amd64 -s linux -p temp -ew"
|
|
tagPrefixes:
|
|
- my.image.pub/my-app
|
|
|
|
gen:
|
|
dao:
|
|
- link: "mysql:root:root@tcp(127.0.0.1:3306)/novel?charset=utf8&parseTime=True&loc=Local"
|
|
# tables: "nv_writer"
|
|
removePrefix: "nv_"
|
|
descriptionTag: true
|
|
noModelComment: true |