* RootSettings plugin contains settings for root project * other auto plugins that are meant only for root project depend on RootSettings * other auto plugins that are meant for every project are enabled by default reducing boilerplate |
||
|---|---|---|
| .. | ||
| project | ||
| src/main | ||
| build.sbt | ||
| COPYING | ||
| LICENSE | ||
| README.md | ||
Hello World Sample
This sample is meant to be used by studying the code; it does not perform any astounding functions when running it. If you want to run it, check out the akka sources on your local hard drive, follow the instructions for setting up Akka with SBT. When you start SBT within the checked-out akka source directory, you can run this sample by typing
akka-sample-hello/run
You can read more in the Akka docs.