[Solved] ApiPost Error: org.springframework.web.multipart.MultipartException

Want to know what about ApiPost? I tested the interface of list query written by myself. I don’t need to pass in parameters or header. Postman can be adjusted. As a result, it always reports the error: org.springframework.web.multipart.MultipartException.
detailed error reports are as follows:

org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [C:\Users\qinguangqian\AppData\Local\Temp\tomcat.1854001921343907511.8888\work\Tomcat\localhost\lovol\usr\local\webServer\temp] is not valid

Finally, it is found that ApiPost uses the body type parameter by default, and the format is set to none

Read More: