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