python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use RestTemplate client for GET request when response body is void in Spring Boot?
I'm using RestTemplate client in Java and Spring Boot project and when I receive a response body from the server I have this code:
private RestTemplate oauth2RestTemplate;
private Parameterize...
elvis
Votes: 0
Answers: 1
Using RestTemplate.exchange with an inconsistent API response
By inconsistent I mean that variable types can differ depending on the API response. So a named variable could be an Object, a List of Objects, or bizarrely even a String. I do not and cannot control ...

Gorbles
Votes: 0
Answers: 1
Migrated Spring boot 1.5.x t0 2.3.x and one endpoint not working
I have migrated spring boot 1.5 to 2.3 every thing is working except 1 endpoint that is returning error : "org.springframework.web.client.HttpServerErrorException$InternalServerError: 500 :"...
Shuaib Shaikh
Votes: 0
Answers: 1
I/O error on GET request for Try again; nested exception is java.net.UnknownHostException: Try again
Technologies: Java + Spring boot(2.5.2). I have upgraded my application from Java 8 to Java 11 (OpenJDK).
Previously I received below error so that I used do-while loop to retry until receive success ...
dev4java
Votes: 0
Answers: 1