java-tutorials/spring-cloud
Rokon Uddin Ahmed 3c35e25015 BAEL-9344 (#5435)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md
2018-10-12 22:22:56 +02:00
..
spring-cloud-archaius Merge pull request #5219 from eugenp/BAEL-8939 2018-09-27 11:21:12 +03:00
spring-cloud-aws BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-bootstrap BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-config Merge pull request #5329 from dkapil/task/BAEL-8962 2018-09-27 11:33:24 +03:00
spring-cloud-connectors-heroku BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-consul BAEL-8939 - Fixed travis build 2018-09-24 22:00:00 -04:00
spring-cloud-contract BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-eureka BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-functions Removing aws maven module for spring cloud functions (#5291) 2018-09-20 08:53:49 -06:00
spring-cloud-gateway BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-hystrix BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-kubernetes BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-rest BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-ribbon-client BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-security Merge pull request #5219 from eugenp/BAEL-8939 2018-09-27 11:21:12 +03:00
spring-cloud-stream BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-stream-starters Merge pull request #5329 from dkapil/task/BAEL-8962 2018-09-27 11:33:24 +03:00
spring-cloud-task Merge pull request #5329 from dkapil/task/BAEL-8962 2018-09-27 11:33:24 +03:00
spring-cloud-vault Code for [BAEL-455] 2018-09-12 22:51:27 -03:00
spring-cloud-zookeeper BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-zuul-eureka-integration [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
README.md BAEL-9344 (#5435) 2018-10-12 22:22:56 +02:00
pom.xml BAEL-8962 Fix surefire configs of twitterhdfs, spring cloud projects 2018-09-25 23:22:58 +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: