天天看點

maven項目啟動報java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

原因:項目的Maven Dependencies沒有添加到項目的編譯路徑下

解決辦法:

①選中項目->右鍵Properties->選擇Deployment Assemby->選擇Add->選中Java Build Path Entries->Next->選擇Maven Dependencies->Finish->Apply->OK

經過上面的操作你再從新啟動項目應該就不會報錯了!