File Server Plugin
Dependency :
compile ":file-server:0.2"
Summary
This plugin provides controller that allows you to serve files from any directory on disk. You can specify multiple
"root" directories which contain files that should be served. In request you have to specify root directory you want to
get file from and path to file (relative to root).
Installation
grails install-plugin file-server