java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

访问http://localhost:8080/seckill/list

报错java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

<servlet>

<servlet-name>seckill-dispatcher</servlet-name>

<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>

<init-param>

<param-name>contextConfigLocation</param-name>

<param-value>classpath:spring/spring-*.xml</param-value>

</init-param>

</servlet>

<servlet-mapping>

<servlet-name>seckill-dispatcher</servlet-name>

<url-pattern>/</url-pattern>

</servlet-mapping>


521bluesky
浏览 2233回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java