This is an example app showing how to use Akka HTTP with Maven and Scala (and ScalaTest).
Simply do sbt docker:publishLocal
You can run this example using
$ mvn exec:java
Which will run the com.example.TestServer
application which binds the HTTP server to port 8080.
Testing is as simple as you'd expect it to be - simply run mvn test
to run the ScalaTest tests.
For detailed documentation about Akka HTTP refer to its reference documentation.
And you may want to read about testing using ScalaTest.
Apache 2.0
Konrad 'ktoso' Malawski