严智鑫
2025-05-27 80f64d025e25cdba8a33a1badf2109c80d0bafe7
河北望美项目/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();
      }