From 1e848dde7598cf481a79385a9caebc9651db63cb Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 15 Sep 2021 10:33:49 +0800
Subject: [PATCH] 新增查询单个辖区内预警分页信息接口
---
src/main/java/org/springblade/modules/FTP/MysqlCenlint.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/springblade/modules/FTP/MysqlCenlint.java b/src/main/java/org/springblade/modules/FTP/MysqlCenlint.java
index 91862be..0b0493f 100644
--- a/src/main/java/org/springblade/modules/FTP/MysqlCenlint.java
+++ b/src/main/java/org/springblade/modules/FTP/MysqlCenlint.java
@@ -20,7 +20,7 @@
try {
int ColumnCount;
//int RowCount;
- String driver = "com.mysql.jdbc.Driver";
+ String driver = "com.mysql.cj.jdbc.Driver";
String url = sql_connect_dev; //换成要连接的数据库信息
String user = "root";
String password = "zhba0728";
@@ -49,7 +49,7 @@
try {
int ColumnCount;
//int RowCount;
- String driver = "com.mysql.jdbc.Driver";
+ String driver = "com.mysql.cj.jdbc.Driver";
String url = sql_connect_dev; //换成要连接的数据库信息
String user = "root";
String password = "zhba0728";
@@ -78,7 +78,7 @@
try {
int ColumnCount;
//int RowCount;
- String driver = "com.mysql.jdbc.Driver";
+ String driver = "com.mysql.cj.jdbc.Driver";
String url = sql_connect_dev; //换成要连接的数据库信息
String user = "root";
String password = "zhba0728";
--
Gitblit v1.9.3