|
|
|
@ -18,7 +18,7 @@ import java.util.concurrent.Callable;
|
|
|
|
|
|
|
|
|
|
import static xyz.wbsite.dbtool.javafx.tool.Tool.clear;
|
|
|
|
|
|
|
|
|
|
public class SpringMVCMybatisCallable implements Callable {
|
|
|
|
|
public class SpringMVCCallable implements Callable {
|
|
|
|
|
|
|
|
|
|
private String root;
|
|
|
|
|
private DataBase dataBase;
|
|
|
|
@ -28,7 +28,7 @@ public class SpringMVCMybatisCallable implements Callable {
|
|
|
|
|
|
|
|
|
|
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.dataBase = dataBase;
|
|
|
|
|
this.project = project;
|