I want to know is default handler mapping created by spring mvc framework override if we create our custom handler mapping. I have doubt because i created custom handler mapping in two projects in one
- BeanNameHandlerMapping
- SimpleUrlHandlerMapping is injected in dispatcher servlet but in another one these are not registered in dispatcher servlet
I am using different version of spring 3 framework for these two project. Is it because of version change in spring 3
I am not getting default handler mapping in spring 3.0 but getting in spring 3 higher version
Thanks