ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

MyEclipse下用maven编译项目发布到tomcat,运行tomcat时出错:ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

 

搜了一把,有了:

1、项目上右击Properties

2、找到MyEclipse节点 点击下面的Deployment Assembly

3、在右边点Add

4、选中Maven Dependencies

5、点Finished

重新发布一遍就OK了。

 

原因是:发布时没有把Maven的依赖包加入进去。这就是MyEclipse的盲点。

你可能感兴趣的:(ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener)