springmvc課程,從資料里下的代碼把pom改成了tomcat部署,報錯
springmvc課程,從資料里下的代碼把pom改成了tomcat部署,報錯
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
springmvc課程,從資料里下的代碼把pom改成了tomcat部署,報錯
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
2017-07-30
舉報
2017-08-03
你在web.xml試著配置一下
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>