ServletContext servletContext = this.getServletContext(); WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext); managerServ = (IManager) ctx.getBean("IManager");
时间: 2024-10-03 05:04:09
ServletContext servletContext = this.getServletContext(); WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext); managerServ = (IManager) ctx.getBean("IManager");