河北望美项目/MES_11/src/main/java/com/northglass/service/device/DeviceService.java
@@ -243,7 +243,7 @@ public static Connection getConnection() { //localhost 192.168.200.201 192.168.2.6 10.12.0.100 try { return DriverManager.getConnection("jdbc:mariadb://localhost/gmms","root",""); return DriverManager.getConnection("jdbc:mariadb://localhost:3306/gmms","root",""); } catch (SQLException e) { e.printStackTrace(); }