Skip to content

Instantly share code, notes, and snippets.

@ntxinh
Created February 3, 2018 04:02
Show Gist options
  • Save ntxinh/4f38e2087e120434fbf6d63f609ab015 to your computer and use it in GitHub Desktop.
Save ntxinh/4f38e2087e120434fbf6d63f609ab015 to your computer and use it in GitHub Desktop.
Java - Spring MVC
return ResponseEntity.badRequest().body(response);
return ResponseEntity.ok(response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment