1.在配置文件中配置上传路径
2.将该上传路径加到静态路径中即可
server: port: 28080 tomcat: uri-encoding: UTF-8 web: uploadPath: D:/CaFei_job/img spring: resources: static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.uploadPath}