Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 866 Bytes

README.markdown

File metadata and controls

39 lines (20 loc) · 866 Bytes

A Giter8 template for Akka Word Count Example in Java.

akka-word-count

How to set up ?

1. Clone the application

sbt new knoldus/java-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

Template license

Written in <2018> by shivangi1015@gmail.com

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/.