Загрузите файл с рестемплейтом springboot
#spring-boot Вопрос: Я использую этот код для загрузки файла: HttpHeaders httpHeaders = recuperaHeaders(); File file = restTemplate.execute(url, HttpMethod.GET, null, clientHttpResponse -> { File ret = File.createTempFile("download", ".PDF"); InputStream body =…