没找到js路径

来源:7-2 SpringBoot配置全局的异常捕获 - ajax形式

慕粉3232189

2018-06-14 13:22

ajaxerror:8 GET http://localhost:8080/static/js/jquery.min.js 404 ()我的项目找不到这个js啊


写回答 关注

3回答

  • 人来疯啊啊
    2019-06-21 10:40:04
    <script src="/js/jquery.min.js"></script>
    引用路径改成这样


  • qq_Z米麦_hikBDI
    2019-04-26 15:55:36

    把jquery.min.js改成jquery-min.js就可以了

  • 跟派大星学编程
    2018-06-14 16:28:58
    spring:

              mvc:

                    static-path-pattern: /**

              resources:

                    static-locations:  classpath:/static/


SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题