In my previous article, we have learnt how BeanNameUrlHandlerMapping works. Now, let's look into ControllerClassHandlerMapping, this type of HandlerMapping uses a convention to map the requested URL to the Controller. It will take the Controller name and converts them to lower case with a leading "/" … [Read more...]