@RestControllerでリクエストを受け付けた時にHttpMediaTypeNotSupportedExceptionが発生する | 神戸システムデザイン

現象以下のようなコードで@RestControllerをつけてリクエストを受け付けようとした時にエラーが発生しました。@RestControllerpublic class RestController { @RequestMapping(value = "/post", method = RequestMethod.POST) public ResponseEntity delete(@Valid @Reque