Servlet 获取 Spring 中的对象
来源:程序员人生 发布时间:2014-12-14 09:01:28 阅读次数:2487次
ServletContext servletContext = this.getServletContext();
WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext);
managerServ = (IManager) ctx.getBean("IManager");
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠