spring异常 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderServlet


spring异常 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderServlet
 
情况1:工程没有添加jar包引用
情况2:(最雷人的错误~)你的工程jar包可能都是引用的,需要把它们手动拷贝到工程里来!
情况3:没有配置spring的映射Bean引用
情况4:spring bean配置的类在当前spring版本中没有
原文地址:https://www.cnblogs.com/svennee/p/4081148.html