init commit.

This commit is contained in:
thinkgem
2018-01-01 13:26:44 +08:00
parent d468c39959
commit 698e162225
1768 changed files with 299250 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
/**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.jeesite.test;
import org.junit.Test;
import org.springframework.test.annotation.Commit;
/**
* 初始化核心表数据
* @author ThinkGem
* @version 2017-10-22
*/
@Commit
public class InitCoreData extends com.jeesite.modules.db.InitCoreData {
@Test
public void initCoreData() throws Exception{
// initLog();
// initConfig();
// initModule();
initDict();
// initRole();
initMenu();
// initUser();
// initArea();
// initOffice();
// initCompany();
// initPost();
// initEmpUser();
}
}

View File

@@ -0,0 +1,9 @@
package com.jeesite.test;
public class Test {
public static void main(String[] args) {
}
}