码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2021-04-01 13:16:56      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ima   res   img   png   web   util   geturl   rgba   spring   

首先感谢这位大哥帖子: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)

技术图片

 

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

标签:ima   res   img   png   web   util   geturl   rgba   spring   

原文地址:https://www.cnblogs.com/zjazn/p/14603588.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!