1、UI重新优化

master
wangbing 6 years ago
parent 982a827e15
commit 2f3939294e

@ -248,7 +248,7 @@ public class ProjectManager {
callback = new SpringBootCallable(path, dataBase, project, "SpringBoot", true); callback = new SpringBootCallable(path, dataBase, project, "SpringBoot", true);
break; break;
case "SpringMVC_Mybatis": case "SpringMVC_Mybatis":
callback = new SpringMVCMybatisCallable(path, dataBase, project, option); callback = new SpringMVCCallable(path, dataBase, project, option);
break; break;
default: default:

@ -18,7 +18,7 @@ import java.util.concurrent.Callable;
import static xyz.wbsite.dbtool.javafx.tool.Tool.clear; import static xyz.wbsite.dbtool.javafx.tool.Tool.clear;
public class SpringMVCMybatisCallable implements Callable { public class SpringMVCCallable implements Callable {
private String root; private String root;
private DataBase dataBase; private DataBase dataBase;
@ -28,7 +28,7 @@ public class SpringMVCMybatisCallable implements Callable {
private FreeMarkerManager freeMarkerManager; private FreeMarkerManager freeMarkerManager;
public SpringMVCMybatisCallable(String root, DataBase dataBase, Project project, String option) { public SpringMVCCallable(String root, DataBase dataBase, Project project, String option) {
this.root = root; this.root = root;
this.dataBase = dataBase; this.dataBase = dataBase;
this.project = project; this.project = project;
Loading…
Cancel
Save

Powered by TurnKey Linux.