我创造了一个简单的 spring-boot
应用程序和资源的文件夹结构如下所示:
这是application.properties文件中的数据:
spring.mvc.view.prefix=/jsp/
spring.mvc.view.suffix=.jsp
spring.mvc.static-path-pattern=/resources/**
server.port=8089
在 studentsList.jsp
我尝试使用中定义的javascript函数 studentFunctions.js
,但在浏览器控制台中出现以下错误:
error: "Not Found"
message: "No message available"
path: "/static/js/studentFunctions.js"
status: 404
timestamp: "2018-12-06T16:53:02.777+0000"
我见过几个类似的问题,但还没有找到解决办法。
我两个都试过了 spring.mvc.static-path-pattern=/static/**
以及 src/main/resources/resources
在这两种情况下,错误是:
暂无答案!
目前还没有任何答案,快来回答吧!