ec6aca9c51
* spring beans DI examples * fix-1: shortening examples * List of Rules Engines in Java * BAEL-812: Openl-Tablets example added * BAEL-812: artifacts names changed * BAEL-812: moving rule-engines examples to rule-engines folder * BAEL-812: removing evaluation article files * BAEL-812: folder renamed * BAEL-812: folder renamed * BAEL-812: pom.xml - parent added * BAEL-1027: Introduction to GraphQL - initial commit * BAEL-781: Explore the new Spring Cloud Gateway * BAEL-781: Fix UserService.java * BAEL-781: Fix user-service pom.xml * BAEL-781: remove eureka-server from the example * BAEL-781: modifying example |
||
---|---|---|
.. | ||
spring-cloud-bootstrap | ||
spring-cloud-config | ||
spring-cloud-eureka | ||
spring-cloud-gateway | ||
spring-cloud-hystrix | ||
spring-cloud-rest | ||
spring-cloud-ribbon-client | ||
spring-cloud-zookeeper | ||
README.md | ||
pom.xml |
README.md
The Module Holds Sources for the Following Articles
-
Quick Intro to Spring Cloud Configuration
Spring Cloud Config is Spring’s client/server approach for storing and serving distributed configurations across multiple applications and environments.
In this write-up, we’ll 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, we’ll 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.
-
Introduction to Spring Cloud Rest Client with Netflix Ribbon