|
@@ -34,36 +34,36 @@ const dbDriverMap = {
|
|
|
};
|
|
|
const dbUrlMap = {
|
|
|
// MySQL 数据库
|
|
|
- '1': { dbUrl: 'jdbc:mysql://10.11.12.100:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' },
|
|
|
+ '1': { dbUrl: 'jdbc:mysql://10.11.12.101:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' },
|
|
|
//MySQL5.7+ 数据库
|
|
|
'4': {
|
|
|
dbUrl:
|
|
|
- 'jdbc:mysql://10.11.12.100:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
|
|
|
+ 'jdbc:mysql://10.11.12.101:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
|
|
|
},
|
|
|
// Oracle
|
|
|
- '2': { dbUrl: 'jdbc:oracle:thin:@10.11.12.100:1521:ORCL' },
|
|
|
+ '2': { dbUrl: 'jdbc:oracle:thin:@10.11.12.101:1521:ORCL' },
|
|
|
// SQLServer 数据库
|
|
|
- '3': { dbUrl: 'jdbc:sqlserver://10.11.12.100:1433;SelectMethod=cursor;DatabaseName=jeecgboot' },
|
|
|
+ '3': { dbUrl: 'jdbc:sqlserver://10.11.12.101:1433;SelectMethod=cursor;DatabaseName=jeecgboot' },
|
|
|
// Mariadb 数据库
|
|
|
- '5': { dbUrl: 'jdbc:mariadb://10.11.12.100:3306/jeecg-boot?characterEncoding=UTF-8&useSSL=false' },
|
|
|
+ '5': { dbUrl: 'jdbc:mariadb://10.11.12.101:3306/jeecg-boot?characterEncoding=UTF-8&useSSL=false' },
|
|
|
// Postgresql 数据库
|
|
|
- '6': { dbUrl: 'jdbc:postgresql://10.11.12.100:5432/jeecg-boot' },
|
|
|
+ '6': { dbUrl: 'jdbc:postgresql://10.11.12.101:5432/jeecg-boot' },
|
|
|
// 达梦 数据库
|
|
|
- '7': { dbUrl: 'jdbc:dm://10.11.12.100:5236/?jeecg-boot&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8' },
|
|
|
+ '7': { dbUrl: 'jdbc:dm://10.11.12.101:5236/?jeecg-boot&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8' },
|
|
|
// 人大金仓 数据库
|
|
|
- '8': { dbUrl: 'jdbc:kingbase8://10.11.12.100:54321/jeecg-boot' },
|
|
|
+ '8': { dbUrl: 'jdbc:kingbase8://10.11.12.101:54321/jeecg-boot' },
|
|
|
// 神通 数据库
|
|
|
'9': { dbUrl: 'jdbc:oscar://192.168.1.125:2003/jeecg-boot' },
|
|
|
// SQLite 数据库
|
|
|
'10': { dbUrl: 'jdbc:sqlite://opt/test.db' },
|
|
|
// DB2 数据库
|
|
|
- '11': { dbUrl: 'jdbc:db2://10.11.12.100:50000/jeecg-boot' },
|
|
|
+ '11': { dbUrl: 'jdbc:db2://10.11.12.101:50000/jeecg-boot' },
|
|
|
// Hsqldb 数据库
|
|
|
- '12': { dbUrl: 'jdbc:hsqldb:hsql://10.11.12.100/jeecg-boot' },
|
|
|
+ '12': { dbUrl: 'jdbc:hsqldb:hsql://10.11.12.101/jeecg-boot' },
|
|
|
// Derby 数据库
|
|
|
- '13': { dbUrl: 'jdbc:derby://10.11.12.100:1527/jeecg-boot' },
|
|
|
+ '13': { dbUrl: 'jdbc:derby://10.11.12.101:1527/jeecg-boot' },
|
|
|
// H2 数据库
|
|
|
- '14': { dbUrl: 'jdbc:h2:tcp://10.11.12.100:8082/jeecg-boot' },
|
|
|
+ '14': { dbUrl: 'jdbc:h2:tcp://10.11.12.101:8082/jeecg-boot' },
|
|
|
// 其他数据库
|
|
|
'15': { dbUrl: '' },
|
|
|
};
|