Use this tag for Spring's RestTemplate, a class for client-side HTTP communications and RESTful principles enforcement.
I am trying to use a OAuth2RestTemplate to access a self-signed certificate to retrieve tokens over HTTPS but I …
ssl spring-boot oauth resttemplate oauth2resttemplateI use spring 1.4.3 I try to call a web service @PatchMapping(value = "/members/{memberId}/card") public ResponseEntity updateMemberCardId(@PathVariable("memberId") …
spring-boot resttemplate spring-restcontrollerI am using Spring Redis template in a multi-threaded environment. One thread saves the data into Redis and other one (…
multithreading spring-boot redis resttemplate jedisI have two applications, one is called bar, what provides me resources in HAL format. The other is bcm to …
java client resttemplate spring-hateoas halI have a RestTemplate that I build it with RestTemplateBuilder. I set the rootUri for builder. In below method (updateState1) …
java spring kubernetes resttemplate camundaI'm working on a SpringBoot application which needs to make RESTful calls to an internal API that uses a self-signed …
java spring-boot certificate resttemplate self-signed-certificateI am new to ReactiveX for Java and I've the following code block that make external http call but it …
java asynchronous reactive-programming resttemplate reactivexGot a question on RestTemplate with Large Files. Is there a max content length and/or does it automatically get …
java spring resttemplate content-length http-content-length