1. 에러 메시지 Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation] 2. 원인 - ContentsController 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * content의 이미지 저장 */ @PostMapping("/new/image") public ResponseEntity saveImage(@RequestPart(required = false) MultipartFile newImage) throws IOException { log.info("Contents controller: api/contents/new/image -..