Ok, I solved this problem. You need just to switch ResponseEntity<String>
to ResponseEntity<byte[]>
.
1 Like
Ok, I solved this problem. You need just to switch ResponseEntity<String>
to ResponseEntity<byte[]>
.