為什么我按著老師的代碼自己寫下來,會出現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編譯一下么?