|
@@ -18,7 +18,7 @@ public class AutoGenerate {
|
|
String path =System.getProperty("user.dir") ;
|
|
String path =System.getProperty("user.dir") ;
|
|
|
|
|
|
generate(path,"fusion", getTables(new String[]{
|
|
generate(path,"fusion", getTables(new String[]{
|
|
- "t_scene_pro"
|
|
|
|
|
|
+ "t_case_tabulation"
|
|
}));
|
|
}));
|
|
|
|
|
|
// generate(path,"goods", getTables(new String[]{
|
|
// generate(path,"goods", getTables(new String[]{
|
|
@@ -46,10 +46,10 @@ public class AutoGenerate {
|
|
|
|
|
|
|
|
|
|
public static void generate(String path,String moduleName, List<String> tables){
|
|
public static void generate(String path,String moduleName, List<String> tables){
|
|
-// FastAutoGenerator.create("jdbc:mysql://192.168.0.25:3306/fd_fusion_xj",
|
|
|
|
-// "root","mysql123!ROOT.")
|
|
|
|
- FastAutoGenerator.create("jdbc:mysql://120.24.144.164:3306/4dkankan_v4",
|
|
|
|
- "root","4Dage@4Dage#@168")
|
|
|
|
|
|
+ FastAutoGenerator.create("jdbc:mysql://120.25.146.52:13306/fd_fusion",
|
|
|
|
+ "root","JK123456%JIK")
|
|
|
|
+// FastAutoGenerator.create("jdbc:mysql://120.24.144.164:3306/4dkankan_v4",
|
|
|
|
+// "root","4Dage@4Dage#@168")
|
|
.globalConfig(builder -> {
|
|
.globalConfig(builder -> {
|
|
builder.author("") //作者
|
|
builder.author("") //作者
|
|
.outputDir(path+"\\src\\main\\java") //输出路径(写到java目录)
|
|
.outputDir(path+"\\src\\main\\java") //输出路径(写到java目录)
|