Spring Boot RestTemplate to call Salesforce REST API

1 · Sunit Katkar · Nov. 21, 2017, 12:26 a.m.
Purpose of this blog postUsing Spring Boot RestTemplate to communicate with a REST API is nothing new. There are many examples on the net. Using RestTemplate to communicate with a Salesforce REST API is also not  new and there are many examples out there. This post is an attempt to share my learnings with many others who are not new to Spring Boot RestTemplate but maybe relatively new to the Salesforce REST API. Its my attempt to share the things I discovered and provide a quick way to accomplis...