java-tutorials/spring-cloud
Eric Martin 7ac699f019
Merge pull request #6507 from cscib/BAEL-2460
Bael 2460
2019-03-28 07:21:46 -05:00
..
spring-cloud-archaius
spring-cloud-aws
spring-cloud-bootstrap
spring-cloud-config
spring-cloud-connectors-heroku
spring-cloud-consul
spring-cloud-contract
spring-cloud-eureka
spring-cloud-functions
spring-cloud-gateway Update README.MD 2019-02-28 17:18:43 +08:00
spring-cloud-hystrix
spring-cloud-kubernetes BAEL-12770 Aligning module name, artifact id and folder name 2019-02-28 00:13:17 +05:30
spring-cloud-kubernetes-2 Update spring-cloud/spring-cloud-kubernetes-2/pom.xml 2019-03-23 13:36:41 +01:00
spring-cloud-openfeign spring cloud openfeign example implementation 2019-03-02 08:57:53 +00:00
spring-cloud-rest
spring-cloud-ribbon-client
spring-cloud-security
spring-cloud-stream
spring-cloud-stream-starters
spring-cloud-task
spring-cloud-vault BAEL-12770 Reverted dependency version changes 2019-02-28 00:18:47 +05:30
spring-cloud-zookeeper
spring-cloud-zuul
spring-cloud-zuul-eureka-integration
README.md Update README.md 2019-03-18 18:36:42 +08:00
pom.xml Code changes due to BAEL-2460. Could not put them in spring-cloud-kubernetes because had to use different versions of artifacts. 2019-03-10 22:24:59 +01: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: