I have a legacy springMvc project and i want to refactor all the controllers to return ResponseEntity object rather then returning Model object which is returned by default.
please take a look at the attached pictures for more details.
Image 1: return Model object to the view

Image 2: return ResponseEntity object as a json format

I have a legacy springMvc project and i want to refactor all the controllers to return ResponseEntity object rather then returning Model object which is returned by default.
please take a look at the attached pictures for more details.
Image 1: return Model object to the view
Image 2: return ResponseEntity object as a json format