我的网站包含以下网址:
www.example.com/dashboard
www.example.com/user
www.example.com/user/message
www.example.com/pagenotfound
现在,我想要实现的是,无论何时用户输入上面的其他网址,我都希望重定向到页面不会页面。
e.g. www.example.com/otherurl
www.example.com/otherurl/otherurl
so on... will redirect to www.example.com/pagenotfound
如何在Spring MVC框架中实现这一目标?