修改低代码配置文件

This commit is contained in:
qianhao.xu
2024-03-13 08:57:50 +08:00
parent d1a42a11e0
commit 55c83b2b7c

View File

@@ -23,7 +23,7 @@
//代码生成数据库配置
"CodeGenDbConfig": {
//代码生成连接字符串,注意{dbName}为固定格式,不要填写数据库名
"Conn": "Data Source=47.116.122.230;User ID=root;Password=123456;Initial Catalog={dbName};",
"Conn": "Data Source=47.116.122.230;Port=3307;User ID=root;Password=123456;Initial Catalog={dbName};",
"DbType": 0,
"IsAutoCloseConnection": true,
"DbName": "ZrAdmin" //代码生成默认连接数据库