Created
September 23, 2015 08:40
-
-
Save drsky/3fc98be0ce51d98fdf96 to your computer and use it in GitHub Desktop.
Spring MVC - Response Entity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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