Tuesday, 14 March 2017

Explain the @Controller annotation.

The @Controller annotation indicates that a particular class serves the role of a controller. Spring does not require you to extend any controller base class or reference the Servlet API.

No comments:

Post a Comment