Browse Source

20250609多租户管理初始化

master
yjs 7 months ago
parent
commit
7d457eac3c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/monitor/datasource/datasource.data.ts

+ 3
- 3
src/views/monitor/datasource/datasource.data.ts View File

@ -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' },
// 达梦 数据库


Loading…
Cancel
Save