$ spring version -Spring CLI v1.5.3.RELEASE+Spring CLI v1.5.4.RELEASE
diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 1790cf5..b6f1e77 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -461,7 +461,7 @@ sure you have
$ spring version -Spring CLI v1.5.3.RELEASE+Spring CLI v1.5.4.RELEASE
$ sdk install springboot 1.5.3.RELEASE
-$ sdk use springboot 1.5.3.RELEASE
+$ sdk install springboot 1.5.4.RELEASE
+$ sdk use springboot 1.5.4.RELEASE
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.3.4.BUILD-SNAPSHOT
+$ mvn install
+$ spring install org.springframework.cloud:spring-cloud-cli:1.3.5.BUILD-SNAPSHOT
spring:
+spring:
profiles:
active: git
cloud:
@@ -605,7 +605,7 @@ do something like this to locate a local git repository for the backend:
config/cloud.yml
-spring:
+spring:
cloud:
launcher:
deployables:
@@ -622,7 +622,7 @@ do something like this to locate a local git repository for the backend:
-$ spring cloud --list
+$ spring cloud --list
source sink configserver dataflow eureka h2 hystrixdashboard kafka zipkin
@@ -643,7 +643,7 @@ here is a fully functional Eureka server
app.groovy
-@EnableEurekaServer
+@EnableEurekaServer
class Eureka {}
@@ -667,7 +667,7 @@ listen on AMQP for management events from the Spring CLoud Bus:
app.groovy
-@Grab('spring-cloud-starter-bus-amqp')
+@Grab('spring-cloud-starter-bus-amqp')
@RestController
class Service {
@RequestMapping('/')
@@ -706,5 +706,8 @@ AQAjPgt3eFZQXwt8tsHAVv/QHiY5sI2dRcR+...
+
+
+