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.

15 lines
389 B

9 months ago
9 months ago
  1. # CLI tool, only in development environment.
  2. # https://goframe.org/pages/viewpage.action?pageId=3673173
  3. gfcli:
  4. docker:
  5. build: "-a amd64 -s linux -p temp -ew"
  6. tagPrefixes:
  7. - my.image.pub/my-app
  8. gen:
  9. dao:
  10. - link: "mysql:cms_cms:steven@tcp(127.0.0.1:3306)/cms_cms"
  11. path: "./app"
  12. group: "cms"
  13. removePrefix: "cms_"
  14. jsonCase: "Snake"