Slug Generator
Dependency :
compile ":slug-generator:0.3.1"
Summary
This plugin generate unique slugs for String properties. Its main use case is to generate unique an "nice" urls for access to domain objects.For example, instead of access to a user profile by id http://www.domain.com/user/25 you can generate an unique url based in the user name: http://www.domain.com/user/ivan-lopez (in case the user name is Iván López).
Installation
grails install-plugin slug-generator
Description
You can see all information at https://github.com/lmivan/grails-slug-generator