java-tutorials/spring-cloud
Catalin 5caca8bd71 Created Readme.MD 2016-10-06 12:06:50 +03:00
..
spring-cloud-bootstrap Created README.MD 2016-10-06 11:28:24 +03:00
spring-cloud-config BAEL-169 - grouping spring-cloud modules in a multi-maven project 2016-09-01 13:56:39 +02:00
spring-cloud-eureka BAEL-169 - grouping spring-cloud modules in a multi-maven project 2016-09-01 13:56:39 +02:00
spring-cloud-hystrix Created Readme.MD 2016-10-06 12:06:50 +03:00
README.md NOJIRA - adding some glue text to README 2016-09-26 17:17:07 +02:00
pom.xml BAEL-314 - renaming module 2016-09-29 00:12:05 +02: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.

  • Intro to Spring Cloud Netflix - Hystrix

  • Dockerizing a Spring Boot Application