Spring WebApplicationContextUtils.getWebApplicationContext(servletContext)返回null

时间:2014-09-07 17:11:53

标签: spring spring-mvc java-ee

我已经设置了SpringDispatcherServlet但是当我调用

  WebApplicationContextUtils.getWebApplicationContext(MoJV.servletContext)

它返回null,

我错过了什么?

1 个答案:

答案 0 :(得分:-1)

        @Autowired
        private ApplicationContext applicationContext;