4 Rest Services: @RestController and ResponseEntity - shijazi88/springboot GitHub Wiki

We converted all examples in UserController to use @ResController(@Controller + ResponseBody), and we used ResponseEntity to manage the return HttpStatus (200, 201, 404,..)

In UserController2 you can see all examples.

Please note the we changed @RequestMapping above the class to be api2