关于eclipse中maven项目的问题
时间:2014-12-09 17:19:44
收藏:0
阅读:160
问题1:
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
解决:
可以检查一下工程属性中 web deployment assembly 属性, 看你的dependency 里面有没有 maven dependencies,如果没有,需要按如下方式添加:
评论(0)

