File upload java.io.FileNotFoundException exception

An exception occurred during the springboot batch upload of files for the following reasons: https://blog.csdn.net/hanruikai/article/details/80366438

The main reason is: the main thread stream has been closed when uploading, and the child thread is still in use, so it is abnormal (it has nothing to do with temporary files)

Improvement: after saving the main thread flow, enter the child thread

Published 23 original articles · Like 3 · Visitors 6858

Guess you like

Origin blog.csdn.net/weixin_41834814/article/details/105431271