启动maven项目报错:java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener
Eclipse启动maven项目的时候报错
java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener
原因:
该项目为maven项目,但是Deployment Assebly中没添加maven依赖
解决办法:
右击项目名-->properties-->Deployment Assebly-->add-->Java Build Path Entries-->选择Maven Dependencies
-->finish-->Apply