天天看点

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

经过上面的操作你再从新启动项目应该就不会报错了!