springboot集成freemarker静态资源无法访问

如题配置文件加上

#设定静态文件路径,js,css等。static为你放置静态资源的文件夹名称,也可以叫别的名字
.properties加上
spring.mvc.static-path-pattern=/static/**

.yml加上
spring:
mvc:
static-path-pattern: /static/**

 


posted @ 2019-04-17 18:34  别动我的猫  阅读(3865)  评论(0编辑  收藏  举报