书单推荐:成为Java顶级程序员架构师 ,这20来本(高薪)必看点击获取
在yml或properties配置文件下加配置静态资源地址:
#yml写法,确保resources在Spring下即可
resources:
static-locations: classpath:/
#properties写法
Spring.resources.static-locations= classpath:/
上述配置完即可使用。
页面上配置路径示例如下:
<link rel="stylesheet" href="layuiadmin/layui/css/layui.css" media="all">
转载请注明:谷谷点程序 » Spring Boot无法访问css,js等静态资源为404