问答详情
源自:7-2 SpringBoot配置全局的异常捕获 - ajax形式

没找到js路径

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


提问者:慕粉3232189 2018-06-14 13:22

个回答

  • 人来疯啊啊
    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/