SyntaxFix
Write A Post
Hire A Developer
Questions
@RestController is the combination of @Controller and @ResponseBody.
@RestController
@Controller
@ResponseBody
Flow of request in a @Controller class without using a @ResponseBody annotation:
@RestController returns an object as response instead of view.