February 2018
Intermediate to advanced
552 pages
13h 46m
English
Before going through and understanding the HelloWorld service code, we will simply run the services and see the output. One of the beautiful features of Lagom Framework is that we can start all services with just one simple SBT command, as shown here:
$ sbt runAll
It starts all services, including Lagom components (such as embedded Cassandra, Kafka, Zookeeper, and more), as shown here:
lagom-scala-sbt$ sbt runAll
[info] Loading global plugins from /home/rambabuposa/.sbt/0.13/plugins
[info] Updating {file:/home/rambabuposa/.sbt/0.13/plugins/}global-plugins...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Starting Kafka
[info] Updating {file:/home/rambabuposa/Documents/Personal/ ...Read now
Unlock full access