ssm框架的项目,使用maven管理,启动服务器报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssm框架的项目,使用maven管理,启动服务器报错相关的知识,希望对你有一定的参考价值。

异常信息:

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


解决办法:


  1. Open the project‘s properties (e.g., right-click on the project‘s name in the project explorer and select "Properties").

  2. Select "Deployment Assembly".

  3. Click the "Add..." button on the right margin.

  4. Select "Java Build Path Entries" from the menu of Directive Type and click "Next".

  5. Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".


本文出自 “11693153” 博客,请务必保留此出处http://11703153.blog.51cto.com/11693153/1791879

以上是关于ssm框架的项目,使用maven管理,启动服务器报错的主要内容,如果未能解决你的问题,请参考以下文章

实习小结--- SSM框架搭建(Maven项目)

maven项目 集成SSM框架

ssm框架,数据库问题

基于ssm框架没有pom.xml正常吗

maven,算不算是一个框架?

IDEA+SSM+Maven实现商品管理系统(超详细SSM整合项目)