Skip to content

Commit c97ac53

Browse files
committed
reset the system default fine value and so on
1 parent 8e86871 commit c97ac53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/DBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class DBHelper {
77
public String url = "jdbc:mysql://localhost:3306/lib_system?useUnicode=true&characterEncoding=UTF-8";
88
private String username = "root";
9-
public String password = "root";
9+
public String password = "101072";
1010
private static DBHelper dbHelperInstance = null;
1111

1212
//将MySQL驱动注册到DriverManager中去

0 commit comments

Comments
 (0)