Spring MVC UrlBasedViewResolve: How can I use annotations to route /codereaper/home to MainController.home?
I have an Spring MVC 6 app deployed in Tomcat 10.1. the context root of the app is /codereaper as that is the name of the war file. The app starts successfully with no errors.