我使用的是Spring Boot 1.5.13版本.
我得到了如下的异常消息.
Could not parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [/tmp/tomcat.4296537502689403143.5000/work/Tomcat/localhost/ROOT] is not valid
Run Code Online (Sandbox Code Playgroud)
我在Spring Github Issues中找到了这个问题. https://github.com/spring-projects/spring-boot/issues/9616
但我仍然对此有疑问.
请帮帮我!