java-tutorials/spring-cloud
KevinGilmore 37223104c4
BAEL-1178 README (#3763)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README

* BAEL-1297: Update README

* BAEL-1218: README

* BAEL-1148 README update

* BAEL-113 README

* BAEL-1158 README

* BAEL-1539: Update README

* BAEL-1507 README update

* BAEL-1178 README updated
2018-03-03 20:46:43 -06:00
..
spring-cloud-aws Instance profile credentials example. (#3401) 2018-01-27 06:24:22 +01:00
spring-cloud-bootstrap upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00
spring-cloud-config upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00
spring-cloud-connectors-heroku make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
spring-cloud-consul make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
spring-cloud-contract BAEL-1178: changing variable type from String to Integer (#3700) 2018-02-28 18:21:14 -06:00
spring-cloud-eureka make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
spring-cloud-gateway fix spring-cloud-gateway project setup, update boot version 2018-02-16 21:35:11 +02:00
spring-cloud-hystrix make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
spring-cloud-rest upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00
spring-cloud-ribbon-client upgrade boot parent (#3352) 2018-01-05 20:56:21 +01:00
spring-cloud-security move user endpoint (#3730) 2018-02-28 20:44:57 +02:00
spring-cloud-stream make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
spring-cloud-stream-starters BAEL-1175 - corrected directory cmd (#3534) 2018-01-28 14:11:10 +01:00
spring-cloud-task Spring Cloud Task modules are added. (#3675) 2018-02-19 21:35:52 -08:00
spring-cloud-zookeeper cleanup pom (#1846) 2017-05-14 11:01:35 -05:00
spring-cloud-zuul-eureka-integration Added port number to response (#3431) 2018-01-16 21:51:01 +01:00
README.md BAEL-1178 README (#3763) 2018-03-03 20:46:43 -06:00
pom.xml Gurinder spring cloud contract (#3547) 2018-02-16 20:09:35 -06: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: