Generate UrlMappings from existing controllers and actions
Dependency :
compile ":url-mappings-generator:0.1"
Summary
Installation
to install:
to run:
grails install-plugin url-mappings-generator
grails generate-url-mappings
Description
This plugin reads given grails app's controllers and generates the UrlMappings.groovy file. I recently had a need for this when I wanted to remove default /$controller/$action/$id mapping and have a much tighter control over the urls that my grails app exposes.