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

2021-06-06 21:02

阅读:317

标签: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


评论


亲,登录后才可以留言!