12345678910111213141516 |
- # CLI tool, only in development environment.
- # https://goframe.org/pages/viewpage.action?pageId=3673173
- gfcli:
- gen:
- dao:
- - link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_data_core"
- group: "default"
- removePrefix: "dc_"
- overwriteDao: true
- jsonCase: "Snake"
- - link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_user"
- group: "user"
- removePrefix: "usr_"
- overwriteDao: true
- jsonCase: "Snake"
|