- 기본 설명
https://ride-dev.tistory.com/m/86
[Http Client] RestTemplate에서 RestClient 적용으로 최적화
Http Client의 종류는 HttpURLConnection, Apache HttpClient, RestTemplate, OpenFeign, WebClient, RestClient 등으로 다양합니다.각 HttpClient의 기본 구현에 대해 궁금하다면 아래 게시글을 참조해주세요.[HTTP Client] 개요[HT
ride-dev.tistory.com
- ClientHttpResponse 여러번 읽기
requestFactory(new BufferingClientHttpRequestFactory(new HttpComponentsClientHttpRequestFactory())); //this is the magic
https://gist.github.com/agrawald/538cbc342d77f04500c218053a375111
Spring-boot: RestTemplate: Reading Response Body multiple times
Spring-boot: RestTemplate: Reading Response Body multiple times - config.java
gist.github.com
'spring-boot' 카테고리의 다른 글
Serve Static Resources with Spring (0) | 2024.09.27 |
---|---|
spring-boot Grpc (0) | 2023.12.20 |
spring-boot-starter-parent 설정 - gradle & maven (0) | 2023.11.27 |
spring boot embedded tomcat 설정 (0) | 2023.11.21 |
spring-boot thread pool - http thread (0) | 2023.11.16 |