Playframework2 like reverse routing in spring
问题 Can Anyone can advice me routing mechanism in spring. I use thymeleaf for my view and I would like to use class names and method names for my url in views- just like in playframework. But I like in spring that I define url before the controller method declaration. Whaitting for Your sugestion. Thanks. 回答1: Since version 4.1, Spring Framework provides a way to generate routes to resources from templates (i.e. reverse routing in views). You can check the reference documentation on the subject,