出错情景:maven中已经加载了spring的核心包,但是项目启动时,报错:
org.apache.catalina.core.StandardContext listenerStart
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
原因:
tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包
解决办法:
项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish -> OK