From 7d457eac3c1c73b26554969fabcd9a861fbc53c4 Mon Sep 17 00:00:00 2001 From: yjs <971140@163.com> Date: Mon, 9 Jun 2025 21:11:21 +0800 Subject: [PATCH] =?UTF-8?q?20250609=E5=A4=9A=E7=A7=9F=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/datasource/datasource.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/monitor/datasource/datasource.data.ts b/src/views/monitor/datasource/datasource.data.ts index e4de0ed..b543e7c 100644 --- a/src/views/monitor/datasource/datasource.data.ts +++ b/src/views/monitor/datasource/datasource.data.ts @@ -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' }, // 达梦 数据库