Spring MVC Tutorials 07 - writing an annotation based controller class -@Controller, @RequestMapping

Опубликовано: 21 Февраль 2026
на канале: gontuseries
271,648
1.6k

http://www.gontu.org in this tutorial, we will learn how to create a spring mvc web application using Annotations (@Controller, @RequestMapping).

The tutorial is all about creating a controller class using spring MVC provided annotations @Controller and @RequestMapping

We will also see the meaning of context:component-scan xml tag

I recommend watching the previous two parts before this tutorial to understand the complete concept of developing a Spring MVC Web Application with and without Annotations.