I wanted to know how Spring traces these files. So far I know that Spring MVC has DispatcherServlet
which is responsible for sending requests to controllers that respond to such URL. But how does Spring do to return / render the correct page? Where is their place registered?
I have seen in some projects in GitHub that devs declare in% with a .xml
with a prefix and a suffix, but when I fetch this prefix (the supposed directory) does not have any View files, they are or a directory above, or elsewhere.