diff --git a/1.1.x/checkstyle-checker.xml b/1.1.x/checkstyle-checker.xml index 79233ddb..ce80589e 100644 --- a/1.1.x/checkstyle-checker.xml +++ b/1.1.x/checkstyle-checker.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd"> diff --git a/1.1.x/spring-cloud-zookeeper.xml b/1.1.x/spring-cloud-zookeeper.xml index c5e50d88..e5340143 100644 --- a/1.1.x/spring-cloud-zookeeper.xml +++ b/1.1.x/spring-cloud-zookeeper.xml @@ -18,11 +18,11 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon), Circuit Brea Install Zookeeper -Please see the installation documentation for instructions on how to install Zookeeper. +Please see the installation documentation for instructions on how to install Zookeeper. Service Discovery with Zookeeper -Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery. +Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery.
How to activate Including a dependency on org.springframework.cloud:spring-cloud-starter-zookeeper-discovery will enable auto-configuration that will setup Spring Cloud Zookeeper Discovery. @@ -318,7 +318,7 @@ of your dependencies. Distributed Configuration with Zookeeper -Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: +Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: config/testApp,dev config/testApp config/application,dev diff --git a/1.2.x/spring-cloud-zookeeper.xml b/1.2.x/spring-cloud-zookeeper.xml index 15832c02..fdc2f31a 100644 --- a/1.2.x/spring-cloud-zookeeper.xml +++ b/1.2.x/spring-cloud-zookeeper.xml @@ -18,11 +18,11 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon), Circuit Brea Install Zookeeper -Please see the installation documentation for instructions on how to install Zookeeper. +Please see the installation documentation for instructions on how to install Zookeeper. Service Discovery with Zookeeper -Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery. +Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery.
How to activate Including a dependency on org.springframework.cloud:spring-cloud-starter-zookeeper-discovery will enable auto-configuration that will setup Spring Cloud Zookeeper Discovery. @@ -318,7 +318,7 @@ of your dependencies. Distributed Configuration with Zookeeper -Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: +Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: config/testApp,dev config/testApp config/application,dev diff --git a/2.0.x/checkstyle-checker.xml b/2.0.x/checkstyle-checker.xml index 79233ddb..ce80589e 100644 --- a/2.0.x/checkstyle-checker.xml +++ b/2.0.x/checkstyle-checker.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd"> diff --git a/2.0.x/spring-cloud-zookeeper.xml b/2.0.x/spring-cloud-zookeeper.xml index 58ae4631..c41808a4 100644 --- a/2.0.x/spring-cloud-zookeeper.xml +++ b/2.0.x/spring-cloud-zookeeper.xml @@ -18,11 +18,11 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon), Circuit Brea Install Zookeeper -Please see the installation documentation for instructions on how to install Zookeeper. +Please see the installation documentation for instructions on how to install Zookeeper. Service Discovery with Zookeeper -Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery. +Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand configure each client or some form of convention can be very difficult to do and can be very brittle. Curator(A java library for Zookeeper) provides Service Discovery services via Service Discovery Extension. Spring Cloud Zookeeper leverages this extension for service registration and discovery.
How to activate Including a dependency on org.springframework.cloud:spring-cloud-starter-zookeeper-discovery will enable auto-configuration that will setup Spring Cloud Zookeeper Discovery. @@ -318,7 +318,7 @@ of your dependencies. Distributed Configuration with Zookeeper -Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: +Zookeeper provides a hierarchical namespace that allows clients to store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client. Configuration is loaded into the Spring Environment during the special "bootstrap" phase. Configuration is stored in the /config namespace by default. Multiple PropertySource instances are created based on the application’s name and the active profiles that mimicks the Spring Cloud Config order of resolving properties. For example, an application with the name "testApp" and with the "dev" profile will have the following property sources created: config/testApp,dev config/testApp config/application,dev diff --git a/checkstyle-checker.xml b/checkstyle-checker.xml index 79233ddb..ce80589e 100644 --- a/checkstyle-checker.xml +++ b/checkstyle-checker.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/configuration_1_3.dtd"> diff --git a/font-awesome/font/fontawesome-webfont.svg b/font-awesome/font/fontawesome-webfont.svg index 2edb4ec3..8b349d50 100755 --- a/font-awesome/font/fontawesome-webfont.svg +++ b/font-awesome/font/fontawesome-webfont.svg @@ -1,5 +1,5 @@ - + diff --git a/spring-cloud-zookeeper.xml b/spring-cloud-zookeeper.xml index 490c1d41..d7e3c378 100644 --- a/spring-cloud-zookeeper.xml +++ b/spring-cloud-zookeeper.xml @@ -18,7 +18,7 @@ with Spring Cloud Netflix provides Intelligent Routing (Zuul), Client Side Load Install Zookeeper -See the installation +See the installation documentation for instructions on how to install Zookeeper. Spring Cloud Zookeeper uses Apache Curator behind the scenes. While Zookeeper 3.5.x is still considered "beta" by the Zookeeper development team, @@ -71,8 +71,8 @@ compile('org.apache.zookeeper:zookeeper:3.4.12') { Service Discovery with Zookeeper Service Discovery is one of the key tenets of a microservice based architecture. Trying to hand-configure each client or some form of convention can be difficult to do and can be -brittle. Curator(A Java library for Zookeeper) provides Service -Discovery through a Service Discovery +brittle. Curator(A Java library for Zookeeper) provides Service +Discovery through a Service Discovery Extension. Spring Cloud Zookeeper uses this extension for service registration and discovery.
@@ -464,7 +464,7 @@ overridden.
Distributed Configuration with Zookeeper Zookeeper provides a -hierarchical namespace +hierarchical namespace that lets clients store arbitrary data, such as configuration data. Spring Cloud Zookeeper Config is an alternative to the Config Server and Client.