问答详情
源自:4-1 从配置文件开始

springmvc课程,从资料里下的代码把pom改成了tomcat部署,报错

springmvc课程,从资料里下的代码把pom改成了tomcat部署,报错

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

提问者:FarFromAnyRoad 2017-07-30 15:28

个回答

  • 蒙牛特仑苏hh
    2017-08-03 12:00:22

    你在web.xml试着配置一下

    <listener>

    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

    </listener>