Sync docs from vault to gh-pages
This commit is contained in:
@@ -474,7 +474,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
<pre>$ cd spring-cloud-config-server
|
||||
$ mvn spring-boot:run</pre>
|
||||
$ ../mvnw spring-boot:run</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
@@ -549,7 +549,7 @@ users. Example Maven configuration:</p>
|
||||
<pre class="highlight"><code class="language-xml" data-lang="xml"> <parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.2.3.RELEASE</version>
|
||||
<version>1.3.5.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -557,8 +557,8 @@ users. Example Maven configuration:</p>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-parent</artifactId>
|
||||
<version>1.0.1.RELEASE</version>
|
||||
<artifactId>spring-cloud-dependencies</artifactId>
|
||||
<version>Brixton.RELEASE</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@@ -784,7 +784,7 @@ Server? The strategy that governs this behaviour is the
|
||||
<p><code>{application}</code> maps to "spring.application.name" on the client side;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>{profile}</code> maps to "spring.active.profiles" on the client (comma separated list); and</p>
|
||||
<p><code>{profile}</code> maps to "spring.profiles.active" on the client (comma separated list); and</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>{label}</code> which is a server side feature labelling a "versioned" set of config files.</p>
|
||||
@@ -2040,7 +2040,7 @@ grabbing it in the bootstrap context and injecting one).</p>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-06-13 22:52:52 UTC
|
||||
Last updated 2016-06-13 23:02:30 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user