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