Springboot解决静态资源过滤终于解决了!!! #图片上传后通过ip 端口访问静态文件

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

 

 

Springboot解决静态资源过滤终于解决了!!!       #图片上传后通过ip 端口访问静态文件

 

 

解决如下:

在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)

Springboot解决静态资源过滤终于解决了!!!       #图片上传后通过ip 端口访问静态文件

 

上一篇:(十一)Android环境变量设置


下一篇:2021-03-14