打包程序优化,直接打成war包,包含容器,支持脚本运行

This commit is contained in:
thinkgem
2018-02-10 22:51:29 +08:00
parent c304dd05c1
commit d6f963b3be
17 changed files with 45 additions and 26 deletions

View File

@@ -23,8 +23,8 @@ public class InitGenData extends com.jeesite.modules.gen.db.InitGenData {
@Test
public void initGenData() throws Exception{
createGenTable();
initGenTreeData();
initGenTestData();
initGenTreeData();
}
}