From 2a66e3c9f33bd7a161e9a459847a9ff8f54dfc15 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 14 Apr 2020 17:55:26 -0400 Subject: [PATCH] Sync docs from v2020-1.M1 to gh-pages --- 2020-1.M1/reference/html/index.html | 356 +++++++++++++++++++++ 2020-1.M1/reference/html/spring-cloud.html | 356 +++++++++++++++++++++ 2 files changed, 712 insertions(+) create mode 100644 2020-1.M1/reference/html/index.html create mode 100644 2020-1.M1/reference/html/spring-cloud.html diff --git a/2020-1.M1/reference/html/index.html b/2020-1.M1/reference/html/index.html new file mode 100644 index 00000000..e3e6c73f --- /dev/null +++ b/2020-1.M1/reference/html/index.html @@ -0,0 +1,356 @@ + + + + + + + +Spring Cloud + + + + + + + + + + +
+
+
+
+

Spring Cloud provides tools for developers to quickly build some of +the common patterns in distributed systems (e.g. configuration +management, service discovery, circuit breakers, intelligent routing, +micro-proxy, control bus). Coordination of +distributed systems leads to boiler plate patterns, and using Spring +Cloud developers can quickly stand up services and applications that +implement those patterns. They will work well in any distributed +environment, including the developer’s own laptop, bare metal data +centres, and managed platforms such as Cloud Foundry.

+
+
+

Release Train Version: 2020-1.M1

+
+
+

Supported Boot Version: 2.3.0.M4

+
+
+
+
+

1. Features

+
+
+

Spring Cloud focuses on providing good out of box experience for typical use cases +and extensibility mechanism to cover others.

+
+
+
    +
  • +

    Distributed/versioned configuration

    +
  • +
  • +

    Service registration and discovery

    +
  • +
  • +

    Routing

    +
  • +
  • +

    Service-to-service calls

    +
  • +
  • +

    Load balancing

    +
  • +
  • +

    Circuit Breakers

    +
  • +
  • +

    Distributed messaging

    +
  • +
+
+
+

The reference documentation consists of the following sections:

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Legal + +

Legal information.

+
+Documentation Overview + +

About the Documentation, Getting Help, First Steps, and more.

+
+spring-cloud-build + +

spring-cloud-build Reference Documentation, version 3.0.0.M1

+
+spring-cloud-commons + +

spring-cloud-commons Reference Documentation, version 3.0.0.M1

+
+spring-cloud-function + +

spring-cloud-function Reference Documentation, version 3.1.0.M1

+
+spring-cloud-stream + +

spring-cloud-stream Reference Documentation, version 3.1.0.M1

+
+spring-cloud-bus + +

spring-cloud-bus Reference Documentation, version 3.0.0.M1

+
+spring-cloud-task + +

spring-cloud-task Reference Documentation, version 2.2.1.RELEASE

+
+spring-cloud-config + +

spring-cloud-config Reference Documentation, version 3.0.0.M1

+
+spring-cloud-netflix + +

spring-cloud-netflix Reference Documentation, version 3.0.0.M1

+
+spring-cloud-cloudfoundry + +

spring-cloud-cloudfoundry Reference Documentation, version 3.0.0.M1

+
+spring-cloud-kubernetes + +

spring-cloud-kubernetes Reference Documentation, version 2.0.0.M1

+
+spring-cloud-openfeign + +

spring-cloud-openfeign Reference Documentation, version 3.0.0.M1

+
+spring-cloud-consul + +

spring-cloud-consul Reference Documentation, version 3.0.0.M1

+
+spring-cloud-gateway + +

spring-cloud-gateway Reference Documentation, version 3.0.0.M1

+
+spring-cloud-security + +

spring-cloud-security Reference Documentation, version 3.0.0.M1

+
+spring-cloud-sleuth + +

spring-cloud-sleuth Reference Documentation, version 3.0.0.M1

+
+spring-cloud-zookeeper + +

spring-cloud-zookeeper Reference Documentation, version 3.0.0.M1

+
+spring-cloud-contract + +

spring-cloud-contract Reference Documentation, version 3.0.0.M1

+
+spring-cloud-vault + +

spring-cloud-vault Reference Documentation, version 3.0.0.M1

+
+spring-cloud-circuitbreaker + +

spring-cloud-circuitbreaker Reference Documentation, version 2.0.0.M1

+
+spring-cloud-cli + +

spring-cloud-cli Reference Documentation, version 3.0.0.M1

+
+
+
+
+

Appendix: Compendium of Configuration Properties

+ +
+ + + + + + + \ No newline at end of file diff --git a/2020-1.M1/reference/html/spring-cloud.html b/2020-1.M1/reference/html/spring-cloud.html new file mode 100644 index 00000000..e3e6c73f --- /dev/null +++ b/2020-1.M1/reference/html/spring-cloud.html @@ -0,0 +1,356 @@ + + + + + + + +Spring Cloud + + + + + + + + + + +
+
+
+
+

Spring Cloud provides tools for developers to quickly build some of +the common patterns in distributed systems (e.g. configuration +management, service discovery, circuit breakers, intelligent routing, +micro-proxy, control bus). Coordination of +distributed systems leads to boiler plate patterns, and using Spring +Cloud developers can quickly stand up services and applications that +implement those patterns. They will work well in any distributed +environment, including the developer’s own laptop, bare metal data +centres, and managed platforms such as Cloud Foundry.

+
+
+

Release Train Version: 2020-1.M1

+
+
+

Supported Boot Version: 2.3.0.M4

+
+
+
+
+

1. Features

+
+
+

Spring Cloud focuses on providing good out of box experience for typical use cases +and extensibility mechanism to cover others.

+
+
+
    +
  • +

    Distributed/versioned configuration

    +
  • +
  • +

    Service registration and discovery

    +
  • +
  • +

    Routing

    +
  • +
  • +

    Service-to-service calls

    +
  • +
  • +

    Load balancing

    +
  • +
  • +

    Circuit Breakers

    +
  • +
  • +

    Distributed messaging

    +
  • +
+
+
+

The reference documentation consists of the following sections:

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Legal + +

Legal information.

+
+Documentation Overview + +

About the Documentation, Getting Help, First Steps, and more.

+
+spring-cloud-build + +

spring-cloud-build Reference Documentation, version 3.0.0.M1

+
+spring-cloud-commons + +

spring-cloud-commons Reference Documentation, version 3.0.0.M1

+
+spring-cloud-function + +

spring-cloud-function Reference Documentation, version 3.1.0.M1

+
+spring-cloud-stream + +

spring-cloud-stream Reference Documentation, version 3.1.0.M1

+
+spring-cloud-bus + +

spring-cloud-bus Reference Documentation, version 3.0.0.M1

+
+spring-cloud-task + +

spring-cloud-task Reference Documentation, version 2.2.1.RELEASE

+
+spring-cloud-config + +

spring-cloud-config Reference Documentation, version 3.0.0.M1

+
+spring-cloud-netflix + +

spring-cloud-netflix Reference Documentation, version 3.0.0.M1

+
+spring-cloud-cloudfoundry + +

spring-cloud-cloudfoundry Reference Documentation, version 3.0.0.M1

+
+spring-cloud-kubernetes + +

spring-cloud-kubernetes Reference Documentation, version 2.0.0.M1

+
+spring-cloud-openfeign + +

spring-cloud-openfeign Reference Documentation, version 3.0.0.M1

+
+spring-cloud-consul + +

spring-cloud-consul Reference Documentation, version 3.0.0.M1

+
+spring-cloud-gateway + +

spring-cloud-gateway Reference Documentation, version 3.0.0.M1

+
+spring-cloud-security + +

spring-cloud-security Reference Documentation, version 3.0.0.M1

+
+spring-cloud-sleuth + +

spring-cloud-sleuth Reference Documentation, version 3.0.0.M1

+
+spring-cloud-zookeeper + +

spring-cloud-zookeeper Reference Documentation, version 3.0.0.M1

+
+spring-cloud-contract + +

spring-cloud-contract Reference Documentation, version 3.0.0.M1

+
+spring-cloud-vault + +

spring-cloud-vault Reference Documentation, version 3.0.0.M1

+
+spring-cloud-circuitbreaker + +

spring-cloud-circuitbreaker Reference Documentation, version 2.0.0.M1

+
+spring-cloud-cli + +

spring-cloud-cli Reference Documentation, version 3.0.0.M1

+
+
+
+
+

Appendix: Compendium of Configuration Properties

+ +
+ + + + + + + \ No newline at end of file