ContextLoaderListener not found

解决tomcat 启动时出现java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 

错误原因

1、没引入spring-web的jar包

2、maven中没添加依赖。project->Deployment Assembly->add->Java Build Path Entries->maven dependent

你可能感兴趣的:(ContextLoaderListener not found)