org.springframework.web.HttpMediaTypeNotSupportedException
Resolved [org.springframework.web.HttpMediaTypeNotSupportedException:
Content-Type 'multipart/form-data;boundary=--------------------------
407531386842205423562378;charset=UTF-8' is not supported]
☔ Cause of error
👉 I'll pretend I didn't see your mistake :)
Maybe you made the announcement as below.
@RestController is intended to avoid declaring @ResponseBody in each function. @RestController is a combination of @Controller and @ResponseBody.
🧙 Solution
👉If you use @RestController, please delete the @ResponseBody announcement.
If I was of any help to you, please buy me coffee 😿😢😥
If you have any questions, please leave them in the comments