java-tutorials/spring-cloud
Kiran b7de8a08f4 Updated pom.xml
added new module "spring-cloud-ribbon-client"
2016-11-06 21:39:24 -05:00
..
spring-cloud-bootstrap BAEL-315 - reformatting config classes 2016-10-29 19:25:52 +02:00
spring-cloud-config BAEL-90: Service Release (#781) 2016-10-31 16:18:33 +01:00
spring-cloud-eureka Created README.md and added relevant articles (#742) 2016-10-16 13:25:05 +03:00
spring-cloud-hystrix Created README.md and added relevant articles (#742) 2016-10-16 13:25:05 +03:00
spring-cloud-ribbon-client Added code for new module 2016-11-06 21:38:08 -05:00
README.md NOJIRA - adding some glue text to README 2016-09-26 17:17:07 +02:00
pom.xml Updated pom.xml 2016-11-06 21:39:24 -05: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