|
@@ -21,7 +21,7 @@ public class DBUtil {
|
|
|
//1.加载驱动程序
|
|
|
Class.forName("com.mysql.jdbc.Driver");
|
|
|
//2.获得数据库的连接
|
|
|
- connection = DriverManager.getConnection("jdbc:mysql://192.168.2.236:3306/sys-qctest?useUnicode=true&characterEncoding=UTF-8", "root", "lantone");
|
|
|
+ connection = DriverManager.getConnection("jdbc:mysql://192.168.2.122:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false", "root", "lantone");
|
|
|
} catch (ClassNotFoundException e) {
|
|
|
e.printStackTrace();
|
|
|
} catch (SQLException e) {
|