From 585340a4218a739fa8d864e8fe52055e1fc98a0a Mon Sep 17 00:00:00 2001 From: izory <791736813@qq.com> Date: Sun, 19 Sep 2021 10:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/appsettings.Development.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ZR.Admin.WebApi/appsettings.Development.json b/ZR.Admin.WebApi/appsettings.Development.json index 61f44c9..0ff3f4c 100644 --- a/ZR.Admin.WebApi/appsettings.Development.json +++ b/ZR.Admin.WebApi/appsettings.Development.json @@ -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_" //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)", } }