将 /home 目录挂载到 应用中
spring.servlet.multipart.location=/home
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/, file:${spring.servlet.multipart.location}
将 /home 目录挂载到 应用中
spring.servlet.multipart.location=/home
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/, file:${spring.servlet.multipart.location}