I/O error on GET request using RestTemplate in Java
I am using RestTemplate to make a POST request to an external endpoint
I have to call delete API from another service, which rest template method i can use
I have to call a delete API from another service which required a CartRequestDTO
to perform the operation. Which REST template method can I use to send the CartRequestDTO
to call the service.
Upgrading Spring Boot from 2.7.14 to 3.2.4 giving 415 Unsupported Media Type
I have updated the Spring boot version from 2.7.14 to 3.2.4 in existing application. Rest everything remains same, but it is giving 415 unsupported media type.