#restcontroller

[ follow ]
CodeProject
6 days ago
JavaScript

What is the Difference Between @Controller and @RestController in Spring MVC?

@Controller handles HTML view rendering while @RestController specializes in returning data (JSON/XML) for RESTful services. [ more ]
[ Load more ]