Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-07-21 19:43:40 +00:00
parent 3f9ffd266e
commit 92f9aa1f4e

View File

@@ -461,7 +461,7 @@ sure you have
<div class="literalblock">
<div class="content">
<pre>$ spring version
Spring CLI v1.5.3.RELEASE</pre>
Spring CLI v1.5.4.RELEASE</pre>
</div>
</div>
<div class="paragraph">
@@ -469,8 +469,8 @@ Spring CLI v1.5.3.RELEASE</pre>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>$ sdk install springboot 1.5.3.RELEASE
$ sdk use springboot 1.5.3.RELEASE</code></pre>
<pre class="prettyprint highlight"><code>$ sdk install springboot 1.5.4.RELEASE
$ sdk use springboot 1.5.4.RELEASE</code></pre>
</div>
</div>
<div class="paragraph">
@@ -478,8 +478,8 @@ $ sdk use springboot 1.5.3.RELEASE</code></pre>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.3.4.BUILD-SNAPSHOT</code></pre>
<pre class="prettyprint highlight"><code>$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.3.5.BUILD-SNAPSHOT</code></pre>
</div>
</div>
<div class="admonitionblock important">
@@ -586,7 +586,7 @@ do something like this to locate a local git repository for the backend:</p>
<div class="listingblock">
<div class="title">configserver.yml</div>
<div class="content">
<pre class="highlight"><code class="language-yaml" data-lang="yaml">spring:
<pre class="prettyprint highlight"><code class="language-yaml" data-lang="yaml">spring:
profiles:
active: git
cloud:
@@ -605,7 +605,7 @@ do something like this to locate a local git repository for the backend:</p>
<div class="listingblock">
<div class="title">config/cloud.yml</div>
<div class="content">
<pre class="highlight"><code class="language-yaml" data-lang="yaml">spring:
<pre class="prettyprint highlight"><code class="language-yaml" data-lang="yaml">spring:
cloud:
launcher:
deployables:
@@ -622,7 +622,7 @@ do something like this to locate a local git repository for the backend:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>$ spring cloud --list
<pre class="prettyprint highlight"><code>$ spring cloud --list
source sink configserver dataflow eureka h2 hystrixdashboard kafka zipkin</code></pre>
</div>
</div>
@@ -643,7 +643,7 @@ here is a fully functional Eureka server</p>
<div class="listingblock">
<div class="title">app.groovy</div>
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@EnableEurekaServer
<pre class="prettyprint highlight"><code class="language-groovy" data-lang="groovy">@EnableEurekaServer
class Eureka {}</code></pre>
</div>
</div>
@@ -667,7 +667,7 @@ listen on AMQP for management events from the Spring CLoud Bus:</p>
<div class="listingblock">
<div class="title">app.groovy</div>
<div class="content">
<pre class="highlight"><code class="language-groovy" data-lang="groovy">@Grab('spring-cloud-starter-bus-amqp')
<pre class="prettyprint highlight"><code class="language-groovy" data-lang="groovy">@Grab('spring-cloud-starter-bus-amqp')
@RestController
class Service {
@RequestMapping('/')
@@ -706,5 +706,8 @@ AQAjPgt3eFZQXwt8tsHAVv/QHiY5sI2dRcR+...</pre>
</div>
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
<script>prettyPrint()</script>
</body>
</html>