springMVC前端请求找不到资源路径(HTTP Status 404)问题

HTTP Status 404 - /spring3Pro/index
type Status report
message /spring3Pro/index
description The requested resource (/spring3Pro/index) is not available.


在配置了<mvc:default-servlet-handler/>

而未配置下属
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"></bean>
或者
未配置
<mvc:annotation-driven/>

于学习阶段配置出现过的问题,特此记录

猜你喜欢

转载自lhqheli.iteye.com/blog/1813012