Given a web application that makes full use of @RequestMapping to bind URLs to the controller, I was wondering if there is a way or plugin that will display web applications with a full set of URLs?
Similar to struts.xml, where you have all the urls for the action, so you can see this information in a central place?
Otherwise, what happens is given a url from the screen, I end up doing a search in the java file every time I want to find this URL controller.
source
share