A Giter8 template for Akka Word Count Example in Java.
akka-word-count
How to set up ?
1. Clone the application
sbt new shivangi1015/akka-word-count.g8
2 Give name to your application
name akka-word-count
// You can give any name.
3. Compile the application
cd akka-word-count
mvn clean install
mvn clean compile
4 Test the application
mvn clean test
Written in <2018> by shivangi1015@gmail.com [other author/contributor lines as appropriate]
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.