為什么我按著老師的代碼自己寫下來(lái),會(huì)出現(xiàn)CannotLoadBeanClassException這個(gè)錯(cuò)誤
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
難道還要手動(dòng)把org.springframework.web.view.ContentNegotiatingViewResolver編譯一下么?