config.yaml 436 B

1234567891011121314
  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"
  10. - link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_user"
  11. removePrefix: "usr_"
  12. overwriteDao: false
  13. jsonCase: "Snake"