简体   繁体   中英

Is there an equivalent to the Rails command/feature “rake routes” for Grails?

Is there an equivalent to the Rails command/feature "rake routes" for Grails?

I have many routes in my current application and would like to get a better understanding of them to solve a few issues.

Grails version 2.3 has a new feature called URL Mapping reports . This is the equivalent of the rake routes command in the Rails framework.

grails url-mappings-report

It displays a list of the URL Mappings in the application and the controller / action they map to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM