欢迎光临
我们一直在努力

Springboot上传文件报错:the temporary upload location is not valid

Springboot上传文件报错

Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [/data/upload_tmp/work/Tomcat/localhost/ROOT] is not valid

首先保证设置的临时目录有权限访问,然后进行如下配置:

解决方法一

配置server.tomcat.basedir

server:
  tomcat:
    basedir: /data/upload_tmp

解决方法二

启动脚本修改

-Djava.io.tmpdir=/opt/tridion/deployer-live/tmp

参考:

  1. SpringBoot文件上传异常之提示The temporary upload location xxx is not valid
  2. Temporary upload location is not valid
赞(0) 打赏
未经允许不得转载:Ddmit » Springboot上传文件报错:the temporary upload location is not valid

评论 抢沙发

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

登录

找回密码

注册