hey how can I handle no-mapping found exception in spring dispatcher?? so that, if no-mapping to a controller is found in the dispatcher, I would like to redirect the user to a separate Resource not found page
Suppose I have only 2 pages in my web application, "/about", "/help" and "/not-found"..Now if a user requsts for "/home", i want to redirect the user to "/not-found" page..could anyone help me please?? i am using spring framework