spring:
mvc:
static-path-pattern: /**
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
web:
upload-path: D:\bohuakeji
web upload-path 映射外层目录 一般打包后图片目录与jar同级 upload-path 一般为 ./相应图片目录名。
图片路径与jar包同级,通过浏览器输入http://ip:port/图片名字
即可访问到。