修改代码生成数据库字符串连接

This commit is contained in:
不做码农
2021-11-27 10:22:28 +08:00
parent 67e1343e24
commit 1375a1f61a
2 changed files with 22 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
"SECRET": "XX"
},
"gen": {
"conn": "server=LAPTOP-STKF2M8H\\SQLEXPRESS;user=zr;pwd=abc;database={database};Trusted_Connection=SSPI",
"conn": "server=LAPTOP-STKF2M8H\\SQLEXPRESS;user=zr;pwd=abc;database=ZrAdmin;Trusted_Connection=SSPI",
"dbType": 1, //MySql = 0, SqlServer = 1
"autoPre": true, //<2F>Զ<EFBFBD>ȥ<EFBFBD><C8A5><EFBFBD><EFBFBD>ǰ׺
"author": "zr",