From 407a7ad5fa0d22c922fd6bac296586a342a328d9 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 15 Aug 2016 15:49:19 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-cli.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 4702ad7..2bbf88d 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -431,7 +431,7 @@ Cloud. You can write Groovy scripts to run Spring Cloud component applications (e.g. @EnableEurekaServer). You can also easily do things like encryption and decryption to support Spring Cloud Config clients with secret configuration values. With the Launcher CLI you -can also launch services like Eureka, Zipkin, Config Server +can launch services like Eureka, Zipkin, Config Server conveniently all at once from the command line (very useful at development time).

@@ -579,6 +579,24 @@ just list them on the command line, e.g.

+
+

Each of these apps can be configured using a local YAML file with the same name (in the current +working directory or a subdirectory called "config"). E.g. in configserver.yml you might want to +do something like this to locate a local git repository for the backend:

+
+
+
configserver.yml
+
+
spring:
+  profiles:
+    active: git
+  cloud:
+    config:
+      server:
+        git:
+          uri: file://${user.home}/dev/demo/config-repo
+
+
@@ -657,7 +675,7 @@ AQAjPgt3eFZQXwt8tsHAVv/QHiY5sI2dRcR+...