What would be the proper return type for the following metho…
What would be the proper return type for the following method definition (where marked “here”)? @GetMapping(“/cars”)public /* here */ getCars() { return carRepository.findAll();}
Read Details