|
@@ -30,9 +30,9 @@ public class CodeGenerator {
|
|
|
public static String INCLUDE = "";
|
|
|
|
|
|
|
|
|
- public static String MYSQL_URL = "114.115.154.60:3306";
|
|
|
- public static String USER_NAME = "root";
|
|
|
- public static String PASSWORD = "123qwe!@#";
|
|
|
+ public static String MYSQL_URL = "";
|
|
|
+ public static String USER_NAME = "";
|
|
|
+ public static String PASSWORD = "";
|
|
|
|
|
|
|
|
|
public static void execute() {
|