|
|
|
@ -35,18 +35,18 @@ const dbDriverMap = { |
|
|
|
}; |
|
|
|
const dbUrlMap = { |
|
|
|
// MySQL 数据库
|
|
|
|
'1': { dbUrl: 'jdbc:mysql://192.168.125.11:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' }, |
|
|
|
'1': { dbUrl: 'jdbc:mysql://192.168.31.235:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' }, |
|
|
|
//MySQL5.7+ 数据库
|
|
|
|
'4': { |
|
|
|
dbUrl: |
|
|
|
'jdbc:mysql://192.168.125.11:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai', |
|
|
|
'jdbc:mysql://192.168.31.235:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai', |
|
|
|
}, |
|
|
|
// Oracle
|
|
|
|
'2': { dbUrl: 'jdbc:oracle:thin:@127.0.0.1:1521:ORCL' }, |
|
|
|
// SQLServer 数据库
|
|
|
|
'3': { dbUrl: 'jdbc:sqlserver://127.0.0.1:1433;SelectMethod=cursor;DatabaseName=jeecgboot' }, |
|
|
|
// Mariadb 数据库
|
|
|
|
'5': { dbUrl: 'jdbc:mariadb://192.168.125.11:3306/jeecg-boot?characterEncoding=UTF-8&useSSL=false' }, |
|
|
|
'5': { dbUrl: 'jdbc:mariadb://192.168.31.235:3306/jeecg-boot?characterEncoding=UTF-8&useSSL=false' }, |
|
|
|
// Postgresql 数据库
|
|
|
|
'6': { dbUrl: 'jdbc:postgresql://127.0.0.1:5432/jeecg-boot' }, |
|
|
|
// 达梦 数据库
|
|
|
|
|