We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e86871 commit c97ac53Copy full SHA for c97ac53
1 file changed
src/utils/DBHelper.java
@@ -6,7 +6,7 @@
6
public class DBHelper {
7
public String url = "jdbc:mysql://localhost:3306/lib_system?useUnicode=true&characterEncoding=UTF-8";
8
private String username = "root";
9
- public String password = "root";
+ public String password = "101072";
10
private static DBHelper dbHelperInstance = null;
11
12
//将MySQL驱动注册到DriverManager中去
0 commit comments