Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 677 Bytes

counter actor Build Status

A simple akka getting started example quickly created in idea IDE (sbt wrapper, scala 2.13, akka 2.6.x + testkit, scalatest, scalactic)

test and run app:

./sctw test
./sctw clean run

build fat jar:

./sbtw clean assembly
# ...
java -jar ./target/scala-*/*-assembly-*.jar

resources: