輸入mvn jetty:run運(yùn)行時出錯,第一個堆棧如下
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.view.ContentNegotiatingViewResolver#0' defined in ServletContext resource [/WEB-INF/configs/spring/mvc-dispatcher-servlet.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonGenerator
2017-07-18
可能你的pom.xml中沒有依賴Jackson吧,視頻是有資料的,你下載對比下?
2017-08-10
同樣這個問題,求解決