mario-renau-alstom opened a new pull request, #56:
URL: https://github.com/apache/incubator-pekko-samples/pull/56

   Created sbt command aliases as in other scala samples:
   
   ```scala
   // Startup aliases for the cassandra server and for two seed nodes one for 
eu-west and another for eu-central
   addCommandAlias("cassandra", "runMain sample.persistence.res.MainApp 
cassandra")
   addCommandAlias("eu-west", "runMain sample.persistence.res.MainApp 7345 
eu-west")
   addCommandAlias("eu-central", "runMain sample.persistence.res.MainApp 7355 
eu-central")
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to