java-tutorials/spring-cloud
Eugen Paraschiv a9f853b241 BAEL-10335 - repo cleanup work 2018-12-18 23:02:40 +02:00
..
spring-cloud-archaius add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-aws add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-bootstrap BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-connectors-heroku add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-consul add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-contract add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-eureka BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-functions BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-gateway BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-hystrix BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-kubernetes add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-rest add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-ribbon-client add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-security add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-stream BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-stream-starters Merge pull request #5329 from dkapil/task/BAEL-8962 2018-09-27 11:33:24 +03:00
spring-cloud-task add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-vault BAEL-10335 - repo cleanup work 2018-12-18 23:02:40 +02:00
spring-cloud-zookeeper add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-zuul add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
spring-cloud-zuul-eureka-integration add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
README.md add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
pom.xml Task/bael 10829 (#5844) 2018-12-10 09:37:46 -08:00

README.md

The Module Holds Sources for the Following Articles

  • Quick Intro to Spring Cloud Configuration

    Spring Cloud Config is Springs client/server approach for storing and serving distributed configurations across multiple applications and environments.

    In this write-up, well focus on an example of how to setup a Git-backed config server, use it in a simple REST application server and setup a secure environment including encrypted property values.

  • Introduction to Spring Cloud Netflix Eureka

    In this article, well introduce client-side service discovery via “Spring Cloud Netflix Eureka“.

    Client-side service discovery allows services to find and communicate with each other without hardcoding hostname and port. The only fixed point in such an architecture consists of a service registry with which each service has to register.

Relevant Articles: