Tried adding properties in application.properties
Tried a million times to find out the root cause of the issue but still I'm not able to find the solution
It is throwing exception as attached .
Anyone able to find a fix ?
We would need more code, for example, the MockMultipartFile and also the complete flow of data. Still, I will guess that you have an InputStream in your MockMultipartFile. If that is the case, try to replace that with byte[].
MockMultipartFile
InputStream
byte[]
We would need more code, for example, the
MockMultipartFileand also the complete flow of data. Still, I will guess that you have anInputStreamin yourMockMultipartFile. If that is the case, try to replace that withbyte[].