java-tutorials/spring-cloud
Amit Pandey 7b68989ab1 Bael 4461 3 (#4695)
* [BAEL-7574] - Fixed integration tests for spring-rest-simple module

* Fixed integration tests for spring-all, data-flow-server, spring-cloud-rest-books-api, spring-cloud-rest-reviews-api modules
2018-07-13 09:05:44 +02:00
..
spring-cloud-aws BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-bootstrap BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-config BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-connectors-heroku BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-consul BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-contract BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-eureka BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-gateway BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-hystrix BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-kubernetes BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-rest Bael 4461 3 (#4695) 2018-07-13 09:05:44 +02:00
spring-cloud-ribbon-client BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-security BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-stream BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-stream-starters BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-task BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-zookeeper BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-zuul-eureka-integration BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
README.md Back-link added (#4303) 2018-05-23 16:55:32 +02:00
pom.xml BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +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: