config.yaml 288 B

12345678910
  1. # CLI tool, only in development environment.
  2. # https://goframe.org/pages/viewpage.action?pageId=3673173
  3. gfcli:
  4. gen:
  5. dao:
  6. - link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_data_core"
  7. removePrefix: "dc_"
  8. overwriteDao: false
  9. jsonCase: "Snake"