# CLI tool, only in development environment. # https://goframe.org/docs/cli gfcli: gen: dao: - link: "mysql:root:root123@tcp(127.0.0.1:3306)/service_xpcool_com" descriptionTag: true # 注意:tables 决定 `gf gen dao` 会生成/覆盖哪些表。 # 「只加表不改成生表」等于给下一次 re-gen 埋雷——漏列的表其 entity/do/dao # 会被重新生成的版本覆盖成不完整状态,故新增表必须同步补到这里。 tables: "house_community,house_building,house_listing,house_price_snapshot,house_transaction,house_facility,house_community_facility,house_school_district,house_preference,house_presale,wallpaper,wallpaper_source" docker: build: "-a amd64 -s linux -p temp -ew" tagPrefixes: - my.image.pub/my-app