zhuangjie
ZhuangJie

首先感谢这位大哥帖子:https://www.hangge.com/blog/cache/detail_2461.html 

 

 

 

 

解决如下:

在application.properties加:

spring.web.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,\
classpath:/static/,classpath:/public/ --追加你的过滤目录--

 

扩展:

1)classpath路径:

String classpath = ResourceUtils.getURL("classpath:").getPath();

2)

 

posted on 2021-03-31 20:29  zhuangjie  阅读(438)  评论(0)    收藏  举报