除resources/static目录外,存放静态资源的位置

除了/resources/static目录,SpringBoot还会扫描以下位置的静态资源:

/resources/META‐INF/resources/
/resources/resources/
/resources/public/

在SpringBoot中,约定大于配置

 

除了上述的位置意外还可以自定义相应的位置:

spring:
web:
resources:
static-locations: classpath:/suibian/,classpath:/static/

posted @ 2023-04-09 15:48  叁三彡  阅读(19)  评论(0编辑  收藏  举报