2 Usage - Reference Documentation
Authors: Sandro Martini
Version: 2.2.4.1
2 Usage
Installing the plugin
First you need to install the plugin into a Grails application: using the recommended way, configure it as a dependency inBuildConfig.groovy
:
plugins { compile ':akka:<plugin version>' }
Requirements
- a Servlet 3.x container to run the Web application, so be sure to force it in
BuildConfig.groovy
:
grails.servlet.version = "3.0"
- Akka 2.x (as specified in plugin descriptor) and related dependencies,