智慧保安后台管理项目备份
zhongrj
2022-08-24 ddae03ebb4297e78c69beab11bc8bd7e9c370913
src/main/java/org/springblade/modules/FTP/MysqlCenlint.java
@@ -46,7 +46,7 @@
      String driver = "com.mysql.cj.jdbc.Driver";
      String url = sqlConnect; //换成要连接的数据库信息
      String user = "root";
      String password = "131556";
      String password = "zhba0728";
      Connection conn = null;
      PreparedStatement ps = null;
      try {