@RequestMapping(value = "/hello", method = RequestMethod.GET)
 public String hello() {
   return helloClient.hello("sdyang");
 }