Skip to content

Instantly share code, notes, and snippets.

@GuilhermeManzano
Created November 16, 2020 13:48
Show Gist options
  • Save GuilhermeManzano/38541b2103b836705fa96d8658a13b5a to your computer and use it in GitHub Desktop.
Save GuilhermeManzano/38541b2103b836705fa96d8658a13b5a to your computer and use it in GitHub Desktop.
@GetMapping()
public ResponseEntity<Iterable<Carro>> get() {
return ResponseEntity.ok(service.getCarros());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment