eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLo


1.       Add maven dependencies  

Right click the web project “properties” -------> click the “Deployment Assembly” ---->
Click add button
eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLo_第1张图片

2:Choose Java Build Path Entires ---> click Next
eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLo_第2张图片

3:Choose Maven Dependencies------>  Finish

eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLo_第3张图片



到此,可以重新启动tomcat。

本文转自:http://blog.sina.com.cn/s/blog_8ced01900101ba3f.html

个人理解是因为tomcat默认加载WEB-INF下面的包。这样设置加载时包已经到了WEB-INF下面。

你可能感兴趣的:(eclispe中的maven项目使用spring报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLo)