Skip to content

Instantly share code, notes, and snippets.

@drsky
Created September 23, 2015 08:40
Show Gist options
  • Select an option

  • Save drsky/3fc98be0ce51d98fdf96 to your computer and use it in GitHub Desktop.

Select an option

Save drsky/3fc98be0ce51d98fdf96 to your computer and use it in GitHub Desktop.
Spring MVC - Response Entity
return new ResponseEntity<String>(HttpStatus.BAD_REQUEST);
return new ResponseEntity<String>(json,HttpStatus.OK);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment