使用RestTemplate发送GET请求主要有 getForObject()和 getForEntity()2个方法,每个方法分别提供了3种不同的重载。
getForObject()
getForEntity()