java-tutorials/spring-cloud
Amit Pandey 2e683411e2 Bael 4461 2 (#4409)
* Deleted md file as a conflict

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Ignore empty TC

* Fix Spring 5 tests
2018-06-05 13:35:55 +02:00
..
spring-cloud-aws Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-bootstrap Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-config Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-connectors-heroku Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-consul Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-contract Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-eureka Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-gateway update cloud gateway to latest milestone 2018-05-31 22:26:30 +03:00
spring-cloud-hystrix Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-kubernetes Bael 4461 2 (#4409) 2018-06-05 13:35:55 +02:00
spring-cloud-rest Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-ribbon-client Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-security Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-stream Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-stream-starters BAEL-1175 - corrected directory cmd (#3534) 2018-01-28 14:11:10 +01:00
spring-cloud-task Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-zookeeper Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
spring-cloud-zuul-eureka-integration Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00
README.md Back-link added (#4303) 2018-05-23 16:55:32 +02:00
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +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.

Relevant Articles: