Example #1
0
 @RequestMapping(value = "/random", method = RequestMethod.GET)
 @ResponseBody
 public UIPing randomPerson() {
   return pingService.getRandom();
 }