Ejemplo n.º 1
0
 @RequestMapping("/allDevices")
 public List<Device> findAllDevices() {
   return deviceService.findAll();
 }