SpringBoot自定义静态资源资源路径
程序员文章站
2022-03-23 23:16:51
...
#自定义文件路径
web:
upload-path: D:/images
#添加到Spring静态资源配置
spring:
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}/
上一篇: 实现Formatter接口
推荐阅读
-
Vue集成 富文本编辑器Ueditor读取相对路径资源显示不出的问题
-
浅谈Java工程读取resources中资源文件路径的问题
-
Java 读取类路径下的资源文件实现代码
-
springboot操作静态资源文件的方法
-
iOS中.a和.framework静态库的创建与.bundle资源包的使用详解
-
Springboot项目打war包docker包找不到resource下静态资源的解决方案
-
浅谈Java工程读取resources中资源文件路径的问题
-
Spring Boot 中的静态资源放置位置
-
iOS中.a和.framework静态库的创建与.bundle资源包的使用详解
-
Android控件系列之XML静态资源使用介绍