jsp中获取spring 管理的bean(通过config)

WebApplicationContext wac = (WebApplicationContext)config.getServletContext().getAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE);

dealerArticleService = (DealerArticleService) wac.getBean("dealerArticleService");

原文地址:https://www.cnblogs.com/yanjunwu/p/3693117.html