Posts by Marcos • 1 point
1 post
-
0
votes1
answer86
viewsQ: How does Spring MVC identify Model, View and Controller files?
I wanted to know how Spring tracks these files. So far I know that Spring MVC has the DispatcherServlet that is responsible for sending the requests to the controllers that respond to such URL. But…