2026-01-15 16:38:18 +08:00
|
|
|
|
{
|
|
|
|
|
|
"dbConfigs": [
|
|
|
|
|
|
{
|
|
|
|
|
|
//"Conn": "Data Source=139.224.232.211;User ID=root;Password=RIZOtech123;Initial Catalog=ay2509055-guiyang-fluorescence-lmes;Port=3308;",
|
2026-01-16 10:40:58 +08:00
|
|
|
|
//"Conn": "Data Source=43.142.238.124;User ID=root;Password=mysql_3AMPxs;Initial Catalog=valeo_lmes;Port=3308;",
|
2026-01-19 13:46:29 +08:00
|
|
|
|
// "Conn": "Server=43.142.238.124,1433;Database=valeo_lmes_2;User Id=sa;Password=MSSQLP0ss_MBTc7D;Encrypt=True;TrustServerCertificate=True;",
|
2026-01-20 09:23:56 +08:00
|
|
|
|
//"Conn": "Server=127.0.0.1,1433;Database=valeo_lmes;User Id=root;Password=123456;Encrypt=True;TrustServerCertificate=True;",
|
2026-01-21 14:57:03 +08:00
|
|
|
|
//"Conn": "Server=192.168.1.48,1433;Database=valeo_lmes;User Id=sa;Password=RIZOtech123;Encrypt=True;TrustServerCertificate=True;",
|
|
|
|
|
|
"Conn": "Server=47.101.40.214,1433;Database=valeo_lmes;User Id=sa;Password=RIZOtech123;Encrypt=True;TrustServerCertificate=True;",
|
2026-01-19 13:46:29 +08:00
|
|
|
|
//"Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog=valeo_lmes;Port=3306;",
|
2026-01-16 10:40:58 +08:00
|
|
|
|
"DbType": 1, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3,PgSql = 4
|
2026-01-15 16:38:18 +08:00
|
|
|
|
"ConfigId": "0", //多租户唯一标识
|
|
|
|
|
|
"IsAutoCloseConnection": true
|
|
|
|
|
|
}
|
|
|
|
|
|
//...下面添加更多的数据库源
|
|
|
|
|
|
],
|
|
|
|
|
|
//代码生成数据库配置
|
|
|
|
|
|
"CodeGenDbConfig": {
|
|
|
|
|
|
//代码生成连接字符串,注意{dbName}为固定格式,不要填写数据库名
|
|
|
|
|
|
//"Conn": "Data Source=139.224.232.211;User ID=root;Password=RIZOtech123;Initial Catalog={dbName};Port=3308;",
|
|
|
|
|
|
//"Conn": "Data Source=192.168.1.48;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306;",
|
2026-01-19 13:46:29 +08:00
|
|
|
|
//"Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306;",
|
2026-01-20 09:23:56 +08:00
|
|
|
|
//"Conn": "Server=127.0.0.1,1433;Database={dbName};User Id=root;Password=123456;Encrypt=True;TrustServerCertificate=True;",
|
2026-01-21 14:57:03 +08:00
|
|
|
|
//"Conn": "Server=192.168.1.48,1433;Database={dbName};User Id=sa;Password=RIZOtech123;Encrypt=True;TrustServerCertificate=True;",
|
|
|
|
|
|
"Conn": "Server=47.101.40.214,1433;Database={dbName};User Id=sa;Password=RIZOtech123;Encrypt=True;TrustServerCertificate=True;",
|
2026-01-15 16:38:18 +08:00
|
|
|
|
"IsAutoCloseConnection": true,
|
2026-01-19 13:46:29 +08:00
|
|
|
|
"DbName": "valeo_lmes", //代码生成默认连接数据库,Oracle库是实例的名称
|
|
|
|
|
|
"DbType": 1
|
2026-01-15 16:38:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|