|
@@ -30,9 +30,9 @@ public class CodeGenerator {
|
|
|
public static String INCLUDE = "";
|
|
|
|
|
|
// mysql连接
|
|
|
- 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() {
|