I need to configure a restTemplate
with read Timeout, but I don’t see any method to set the readTimeout
in HttpComponentsClientHttpRequestFactory
in Spring boot 3.3.0.
Any idea how I can set readTimeout
?
I need to configure a restTemplate
with read Timeout, but I don’t see any method to set the readTimeout
in HttpComponentsClientHttpRequestFactory
in Spring boot 3.3.0.
Any idea how I can set readTimeout
?