标签:ssh
ServletContext servletContext = this.getServletContext();
WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext);
managerServ = (IManager) ctx.getBean("IManager");标签:ssh
原文地址:http://blog.csdn.net/daixinmei/article/details/41748521