为什么我按着老师的代码自己写下来,会出现CannotLoadBeanClassException这个错误
583 [main] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Ignoring bean class loading failure for bean 'viewResolverInstance'
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.web.view.ContentNegotiatingViewResolver] for bean with name 'viewResolverInstance' defined in ServletContext resource [/WEB-INF/configs/spring/mvc-dispatcher-servlet.xml]; nested exception is java.lang.ClassNotFoundException: org.springframework.web.view.ContentNegotiatingViewResolver
难道还要手动把org.springframework.web.view.ContentNegotiatingViewResolver编译一下么?