Package org.jeecgframework.web.system.service

Examples of org.jeecgframework.web.system.service.SystemService


  }

 
  public void contextInitialized(ServletContextEvent event) {
    WebApplicationContext webApplicationContext = WebApplicationContextUtils.getWebApplicationContext(event.getServletContext());
    SystemService systemService = (SystemService) webApplicationContext.getBean("systemService");
    MenuInitService menuInitService = (MenuInitService) webApplicationContext.getBean("menuInitService");
   
    /**
     * 第一部分:对数据字典进行缓存
     */
    systemService.initAllTypeGroups();
   
   
   
    /**
     * 第二部分:自动加载新增菜单和菜单操作权限
 
View Full Code Here

TOP

Related Classes of org.jeecgframework.web.system.service.SystemService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.