|
@@ -49,13 +49,13 @@ public class DbGenerator {
|
|
|
*/
|
|
|
private static final boolean REST_CONTROLLER_STYLE = true;
|
|
|
|
|
|
- public static final String JDBC_MYSQL_URL = "jdbc:mysql://110.40.236.236:3306/mpdb_test?useUnicode=true&useSSL=false&characterEncoding=utf8";
|
|
|
+ public static final String JDBC_MYSQL_URL = "jdbc:mysql://43.143.93.199:3306/mpdb_test?useUnicode=true&useSSL=false&characterEncoding=utf8";
|
|
|
|
|
|
public static final String JDBC_DRIVER_NAME = "com.mysql.cj.jdbc.Driver";
|
|
|
|
|
|
- public static final String JDBC_USERNAME = "mptest";
|
|
|
+ public static final String JDBC_USERNAME = "root";
|
|
|
|
|
|
- public static final String JDBC_PASSWORD = "wan789*@dfhzHu518!dr2xosn";
|
|
|
+ public static final String JDBC_PASSWORD = "!KXCR~HOJmy5'1q'hE<AN;Xp1y3Q#hm]";
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
String moduleName = scanner("模块名");
|