Difference between @RestController and @ Controller:
There are some differences between Controller and RestController Annotations.
Restcontroller:
Restconteroller is used for the restful web service with the help of the @Restcontroller Annotation. This annotation is used at the class level and allows ...
destop.hashnode.dev2 min read