$ spring cloud eureka configserver h2 kafka zipkin+
$ spring cloud eureka configserver h2 kafka stubrunner zipkin
diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 6e6ded3..14e7d47 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -512,7 +512,7 @@ just list them on the command line, e.g.
$ spring cloud eureka configserver h2 kafka zipkin+
$ spring cloud eureka configserver h2 kafka stubrunner zipkin
Zipkin Server with UI for visualizing traces. Stores span data in memory and accepts them via HTTP POST of JSON data.
stubrunner
Stub Runner Boot
Downloads WireMock stubs, starts WireMock and feeds the started servers with stored stubs. Pass stubrunner.ids to pass stub coordinates and then go to http://localhost:8750/stubs.
E.g. in Stub Runner app you could fetch stubs from your local .m2 in the following way.
stubrunner:
+ workOffline: true
+ ids:
+ - com.example:beer-api-producer:+:9876
+$ spring cloud --list
-source sink configserver dataflow eureka h2 hystrixdashboard kafka zipkin
+source sink configserver dataflow eureka h2 hystrixdashboard kafka stubrunner zipkin