java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

Posted heyLuer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener相关的知识,希望对你有一定的参考价值。

今天启动maven项目时,报了这个错:

 java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

仔细看看配置,是没有问题,

解决办法:

①选中项目->右键Properties->选择Deployment Assemby->选择Add->选中Java Build Path Entries->Next->选择Maven Dependencies->Finish->Apply->OK

网上搜索,看到一篇总结的很好的博客

http://blog.csdn.net/sxdtzhaoxinguo/article/details/45623219

 

以上是关于java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener的主要内容,如果未能解决你的问题,请参考以下文章