rozagerardo 38027c56b4 [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289)
*  added examples for archaius:
* dynamodb
* jdbc
configurations

*  added archaius zookeeper config

* small fixes, removed dependency that was already provided by another library, and changed property value to match project name
2018-09-22 14:10:33 -07:00
..
2018-09-12 22:51:27 -03:00
2018-09-07 13:56:13 +03:00

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: