java-tutorials/spring-cloud
Loredana Crusoveanu d7f1c4a6b1
Merge branch 'master' into master
2019-03-04 21:47:56 +02:00
..
spring-cloud-archaius [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-aws [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
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 [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-contract [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-eureka [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-functions [BAEL-12669] - Check modules that don't use our standard parents 2019-02-17 23:48:11 +05:30
spring-cloud-gateway Update README.MD 2019-02-28 17:18:43 +08:00
spring-cloud-hystrix [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-kubernetes BAEL-12770 Aligning module name, artifact id and folder name 2019-02-28 00:13:17 +05:30
spring-cloud-openfeign spring cloud openfeign example implementation 2019-03-02 08:57:53 +00:00
spring-cloud-rest [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-ribbon-client [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-security [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-stream [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-stream-starters [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-task [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-vault BAEL-12770 Reverted dependency version changes 2019-02-28 00:18:47 +05:30
spring-cloud-zookeeper [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
spring-cloud-zuul [BAEL-12669] - Check modules that don't use our standard parents 2019-02-17 23:48:11 +05:30
spring-cloud-zuul-eureka-integration [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
README.md Update README.md 2019-01-26 10:41:54 +02:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30

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: