Files
TrangleAgent/Backend/hack/config.yaml
2026-01-18 18:20:40 +08:00

14 lines
419 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CLI tool, only in development environment.
# https://goframe.org/docs/cli
gfcli:
gen:
dao:
- link: "mysql:root:123456@tcp(127.0.0.1:3306)/fitness_app"
table: "forum_posts,forum_comments"
descriptionTag: true
jsonCase: "CamelLower" # 生成json字段时字段名使用驼峰命名
docker:
build: "-a amd64 -s linux -p temp -ew"
tagPrefixes:
- my.image.pub/my-app