SyntaxFix
Write A Post
Hire A Developer
Questions
You can add the method below to your class for providing a default implementation of RestTemplate:
@Bean public RestTemplate restTemplate() { return new RestTemplate(); }