SSM框架下 Failed to load resource: the server responded with a status of 404 (Not Found)错误
Posted 黑骑士-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSM框架下 Failed to load resource: the server responded with a status of 404 (Not Found)错误相关的知识,希望对你有一定的参考价值。
这个错误提示的是js的引用路径有错:
1.检查应用路径是否正确(我的问题是路径是正确的但是去到页面就会提示404错误)
引用路径,最好都使用绝对路径
<script type="text/javascript" src="<%=basePath%>/js/jquery-1.12.4.js"></script>
2.在SSM框架下面查看配置文件
<mvc:resources location="/js/" mapping="/js/**"></mvc:resources>
这里检查静态文件的引用目录,如果这里设置的目录不是你在项目中实际的文件位置那么就会报 Failed to load resource: the server responded with a status of 404 (Not Found)这个错误。
以上是关于SSM框架下 Failed to load resource: the server responded with a status of 404 (Not Found)错误的主要内容,如果未能解决你的问题,请参考以下文章
SSM单元测试时出现:Failed to load ApplicationContext的一种可能解决办法
Failed to load resource: net::ERR_CONNECTION_REFUSED
UserWarning: Failed to load image Python extension: warn(f“Failed to load image Python extension:
google recaptcha failed to load怎么办