org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at 
 
 
这个错有可能是发生在你maven项目update以后
你会发现你的maven依赖没导入进来
所以右键项目  属性--》Deployment Assembly-->add-->maven dependencies
 

猜你喜欢

转载自www.cnblogs.com/pf96HFUTER/p/10884455.html