How to Display MediaType Image Response on HTML
I am returning an image source from my local file with MediaType.IMAGE_JPEG. I am able to see the image if I make a call via Postman, but I could not succeed displaying it on HTML. @GetMapping(value = "/{id}/download") public ResponseEntity<Resource>…