config.yaml 503 B

12345678910111213141516
  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. group: "default"
  8. removePrefix: "dc_"
  9. overwriteDao: true
  10. jsonCase: "Snake"
  11. - link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_user"
  12. group: "user"
  13. removePrefix: "usr_"
  14. overwriteDao: true
  15. jsonCase: "Snake"