Beispiel #1
0
 @RequestMapping(value = "/getById/{id}", method = RequestMethod.GET)
 public Clinic getById(@PathVariable Long id) {
   return clinicService.findById(id);
 }