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

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

05-07 15:36