patriknw / akka-typed-blog

Sample code for the Akka Typed blog series
Other
50 stars 12 forks source link

Sample Code for Introducing Akka Typed Blog Posts

Akka Typed Version

Use akka-typed 2.5.7-M1 or later.

Blog Posts

Blog Posts and their main classes that can be run with sbt or maven:

How to Run with sbt

sbt run

Select the main class to run. Press ENTER to exit the system

How to Run with maven

mvn compile exec:java -Dexec.mainClass="blog.classic.javadsl.HelloWorldApp1"

Press ENTER to exit the system