手动给servletContext增加一些属性:
servletContext.setAttribute(ApplicationConstant.AREAS, setAreas(areaDao.getAll()));servletContext.setAttribute(ApplicationConstant.SYSTEMCONFIGS, setConfigs(systemConfigDao.getAll()));
本文共 257 字,大约阅读时间需要 1 分钟。
手动给servletContext增加一些属性:
servletContext.setAttribute(ApplicationConstant.AREAS, setAreas(areaDao.getAll()));servletContext.setAttribute(ApplicationConstant.SYSTEMCONFIGS, setConfigs(systemConfigDao.getAll()));
转载于:https://my.oschina.net/u/937710/blog/140307