diff --git a/spring-cloud.html b/spring-cloud.html index 62eecb2..e2918bf 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -753,8 +753,8 @@ things with their parent.

Changing the Location of Bootstrap Properties

-

The bootstrap.yml (or .properties) location can be specified using -`spring.cloud.bootstrap.name (default "bootstrap") or +

The bootstrap.yml (or .properties) location can be specified using +spring.cloud.bootstrap.name (default "bootstrap") or spring.cloud.bootstrap.location (default empty), e.g. in System properties. Those properties behave like the spring.config.* 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

-

These links show up in the metadata that is consumers by clients, and +

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.

@@ -2468,9 +2468,6 @@ for details on the properties available.

The same thing applies if you are using @SessionScope or @RequestScope. You will know when you need to do this because of a runtime exception that says it can’t find the scoped context.

-
-

In particular you might be interested

-

Health Indicator

@@ -2685,7 +2682,7 @@ explicitly in the @ComponentScan).

IPing ribbonPing: NoOpPing

  • -

    ServerList<Server> ribbonServerList: `ConfigurationBasedServerList

    +

    ServerList<Server> ribbonServerList: ConfigurationBasedServerList

  • ServerListFilter<Server> ribbonServerListFilter: ZonePreferenceServerListFilter

    @@ -2730,7 +2727,7 @@ server list will be constructed with "zone" information as provided in the instance metadata (so on the client set eureka.instance.metadataMap.zone), and if that is missing it can use the domain name from the server hostname as a proxy for zone (if the -flag approximateZoneFromDomain is set). Once the zone information is +flag approximateZoneFromHostname is set). Once the zone information is available it can be used in a ServerListFilter (by default it will be used to locate a server in the same zone as the client because the default is a ZonePreferenceServerListFilter).

    @@ -3060,7 +3057,7 @@ Set that flag to "true" to have the Ribbon client automatically retry failed req the Ribbon client configuration).

  • -

    The X-Forwarded-Host header added to the forwarded requests by +

    The X-Forwarded-Host header is added to the forwarded requests by default. To turn it off set zuul.addProxyHeaders = false. 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+...