Sync docs from master to gh-pages
This commit is contained in:
@@ -753,8 +753,8 @@ things with their parent.</p>
|
||||
<div class="sect2">
|
||||
<h3 id="customizing-bootstrap-properties">Changing the Location of Bootstrap Properties</h3>
|
||||
<div class="paragraph">
|
||||
<p>The <code>bootstrap.yml</code> (or <code>.properties) location can be specified using
|
||||
`spring.cloud.bootstrap.name</code> (default "bootstrap") or
|
||||
<p>The <code>bootstrap.yml</code> (or <code>.properties</code>) location can be specified using
|
||||
<code>spring.cloud.bootstrap.name</code> (default "bootstrap") or
|
||||
<code>spring.cloud.bootstrap.location</code> (default empty), e.g. in System
|
||||
properties. Those properties behave like the <code>spring.config.*</code>
|
||||
variants with the same name, in fact they are used to set up the
|
||||
@@ -2071,7 +2071,7 @@ non-default context path or servlet path
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>These links show up in the metadata that is consumers by clients, and
|
||||
<p>These links show up in the metadata that is consumed by clients, and
|
||||
used in some scenarios to decide whether to send requests to your
|
||||
application, so it’s helpful if they are accurate.</p>
|
||||
</div>
|
||||
@@ -2468,9 +2468,6 @@ for details on the properties available.</p>
|
||||
<div class="paragraph">
|
||||
<p>The same thing applies if you are using <code>@SessionScope</code> or <code>@RequestScope</code>. You will know when you need to do this because of a runtime exception that says it can’t find the scoped context.</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>In particular you might be interested</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_health_indicator_2">Health Indicator</h3>
|
||||
@@ -2685,7 +2682,7 @@ explicitly in the <code>@ComponentScan</code>).
|
||||
<p><code>IPing</code> ribbonPing: <code>NoOpPing</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>ServerList<Server> ribbonServerList: `ConfigurationBasedServerList</code></p>
|
||||
<p><code>ServerList<Server></code> ribbonServerList: <code>ConfigurationBasedServerList</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>ServerListFilter<Server></code> ribbonServerListFilter: <code>ZonePreferenceServerListFilter</code></p>
|
||||
@@ -2730,7 +2727,7 @@ server list will be constructed with "zone" information as provided in
|
||||
the instance metadata (so on the client set
|
||||
<code>eureka.instance.metadataMap.zone</code>), and if that is missing it can use
|
||||
the domain name from the server hostname as a proxy for zone (if the
|
||||
flag <code>approximateZoneFromDomain</code> is set). Once the zone information is
|
||||
flag <code>approximateZoneFromHostname</code> is set). Once the zone information is
|
||||
available it can be used in a <code>ServerListFilter</code> (by default it will
|
||||
be used to locate a server in the same zone as the client because the
|
||||
default is a <code>ZonePreferenceServerListFilter</code>).</p>
|
||||
@@ -3060,7 +3057,7 @@ Set that flag to "true" to have the Ribbon client automatically retry failed req
|
||||
the Ribbon client configuration).</p>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>The <code>X-Forwarded-Host</code> header added to the forwarded requests by
|
||||
<p>The <code>X-Forwarded-Host</code> header is added to the forwarded requests by
|
||||
default. To turn it off set <code>zuul.addProxyHeaders = false</code>. The
|
||||
prefix path is stripped by default, and the request to the backend
|
||||
picks up a header "X-Forwarded-Prefix" ("/myusers" in the examples
|
||||
@@ -3473,7 +3470,7 @@ AQAjPgt3eFZQXwt8tsHAVv/QHiY5sI2dRcR+...</pre>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2015-07-15 09:09:10 UTC
|
||||
Last updated 2015-07-15 15:38:13 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user