Use MultiValueMap Request body

167 Views Asked by At

I have a post mapping in my controller with @RequestBody MultiValueMap<String, String>. Getting 415 unsupported media type error in post man while giving request body like this. Request type is json.

{
"name" : "john"
}

Can someone help on this?

0

There are 0 best solutions below