Introducing the Spring Cloud CLI Launcher
Getting started with Spring Cloud can be daunting. If you have seen the great Josh Long give his Cloud Native Java presentation, you will notice that you need to create several supporting applications before you can see your application at work.
Spring Cloud CLI Launcher
As part of the transition from Spring XD to Spring Cloud Dataflow, one of the extracted projects is called the Spring Cloud Deployer. The Deployer allows for launching applications on various platforms, including launching on a developer machine.
We wanted to simplify users' ability to experiment with Spring Cloud, so the spring cloud command…