Dynamic-Config-Plugin
Dependency :
compile ":dynamic-config:0.3"
Summary
Installation
grails install-plugin dynamic-config
Description
This plugin gives your application the ability to change the config properties without restarting the application. The values in Config.groovy are persisted in database when application is run-for the first time after installing the plugin. ConfigProperty CRUD is provided to add/update properties in config map. The new values are also persisted in database and are updated in config map everytime the application is restarted.
The documentation of the plugin can be found here: http://github.com/IntelliGrape/Grails-Dynamic-Config-Plugin/wiki