Код: Выделить всё
ClientHttpRequestFactory factory = new BufferingClientHttpRequestFactory(requestFactory);
return RestClient.builder().requestFactory(factory)
.requestInterceptors(interceptors -> interceptors.addAll(
List.of(new ClientHttpRequestInterceptor(),
new RequestResponseLoggingInterceptor())))
.build();
Вызвано: org.springframework.beans.BeanInstantiationException: Failed для создания экземпляра [org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder]: фабричный метод clientHttpRequestFactoryBuilder выдал исключение с сообщением: org/apache/hc/client5/http/ssl/TlsSocketStrategy
Подробнее здесь: https://stackoverflow.com/questions/793 ... requestfac
Мобильная версия