我几乎阅读了关于这个问题的所有帖子,到目前为止还没有解决方案。
错误:
PageNotFound W org.springframework.web.servlet.DispatcherServlet noHandlerFound No mapping found for HTTP request with URI [/webapp/css/util.css] in DispatcherServlet with name 'cm-dispatcher'
我的JSP:
<link href="${pageContext.request.contextPath}/css/util.css" rel="stylesheet" type="text/css" />
帮助!
答案 0 :(得分:0)
尝试提供类似localhost:8080 / css / example.css的确切路径。用绝对路径来表示它。你的问题将得到解决。因为它不在WEB-INF之内,所以只能通过这样做来解决。
导入时使用Css的绝对路径。