Springboot解决静态资源过滤终于解决了!!! #图片上传后通过ip 端口访问静态文件
2021-06-06 21:02
标签:ima res img png web util geturl rgba spring 首先感谢这位大哥帖子:https://www.hangge.com/blog/cache/detail_2461.html 解决如下: 在application.properties加: 扩展: 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.htmlspring.web.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,\
classpath:/static/,classpath:/public/ --追加你的过滤目录--
上一篇:知乎专栏开放性api
文章标题:Springboot解决静态资源过滤终于解决了!!! #图片上传后通过ip 端口访问静态文件
文章链接:http://soscw.com/index.php/essay/91436.html