With Spring MVC, I know how you set the RequestMapping in every controller and method/action.
RequestMapping
But what if I wanted this to be configurable, so for example I
doesn't this work? @RequestMapping("/helloWorld*")