增加代码生成配置文件

This commit is contained in:
izory 2021-09-19 10:11:37 +08:00
parent 7a8000c729
commit 585340a421

View File

@ -27,5 +27,12 @@
"REGIONID": "cn-hangzhou",
"KEY": "XX",
"SECRET": "XX"
},
"gen": {
"conn": "server=127.0.0.1;user=zr;pwd=abc;database={database}",
"dbType": 1,
"autoPre": true, //
"author": "zhaorui",
"tablePrefix": "live_,sys_" //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)",
}
}