use of com.qlangtech.tis.plugin.ds.DBConfig in project tis by qlangtech.
the class TestJavaCompilerProcess method testCreateJar.
public void testCreateJar() throws Exception {
File rootDir = new File("/opt/data/dao/shop/20191025105833/src/main");
File classpathDir = new File("/Users/mozhenghua/Desktop/j2ee_solution/project/tis-ibatis/target/dependency");
DBConfig dbConfig = new DBConfig();
dbConfig.setName("shop");
JavaCompilerProcess compilerProcess = new JavaCompilerProcess(dbConfig, rootDir, classpathDir);
compilerProcess.compileAndBuildJar();
}
Aggregations