February 2018
Intermediate to advanced
552 pages
13h 46m
English
We have developed all five of our required microservices completely. If you feel that any component is missing, refer to this book's GitHub repository and get the full source code.
It's time to run our system and test it. As we know, Lagom Framework has a great feature, that is, the single SBT command to start all of our microservices.
Our system final project structure looks like the following screenshot:

Execute the following command in our project folder:
lagom-wf-reactive-system$ sbt runAll
It starts all of our microservices and WebGateway and waits for client requests.
Access the WF Capture Data Form, as ...
Read now
Unlock full access