org.springframework.web.servlet.DispatcherServlet noHandlerFound 警告: No mapping found for HTTP reque

在使用spring mvc中出现org.springframework.web.servlet.DispatcherServlet noHandlerFound

警告: No mapping found for HTTP request with URI [/myspring/WEB-INF/jsp/hello.jsp] in DispatcherServlet with name 'spring'

信息的时候,是由于web.xml中的
dispatcherServlet
/*
应该修改为
dispatcherServlet
/

你可能感兴趣的:(web)