I am learning about microservices. For demonstration purposes I want to combine a frontend: play
with some backend services: Akka
. SBTs
multi-project` compilation should be well suited for this. However I face some problems:
- The main class cannot be found - even if I navigate into the correct sub-module.
- The dependencies are not resolved, even though they seem to be defined correctly.
To follow along: https://github.com/dataplayground/microservice