我是靠谱客的博主 寂寞康乃馨,最近开发中收集的这篇文章主要介绍jsp加载jquery报错:Failed to load resource: the server responded with a status of 404 (Not Found),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

昨天页面疯狂报错,一直提示无法加载jquery文件。今天才反应过来,项目是用springmvc的框架,忘记设置静态资源放行导致报错。
在springmvc配置文件加上如下一段话,放行对js文件夹下jquery的请求,页面就能正常使用了!

<mvc:resources location="/js/" mapping="/js/**"></mvc:resources>

最后

以上就是寂寞康乃馨为你收集整理的jsp加载jquery报错:Failed to load resource: the server responded with a status of 404 (Not Found)的全部内容,希望文章能够帮你解决jsp加载jquery报错:Failed to load resource: the server responded with a status of 404 (Not Found)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(61)

评论列表共有 0 条评论

立即
投稿
返回
顶部