java-tutorials/spring-cloud/spring-cloud-archaius
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
..
additional-sources-simple
basic-config
dynamodb-config [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00
extra-configs
jdbc-config [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00
zookeeper-config [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00
README.md
pom.xml [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00

README.md

Spring Cloud Archaius

Basic Config

This service has the basic, out-of-the-box Spring Cloud Netflix Archaius configuration.

Extra Configs

This service customizes some properties supported by Archaius.

These properties are set up on the main method, since Archaius uses System properties, but they could be added as command line arguments when launching the app.

Additional Sources

In this service we create a new AbstractConfiguration bean, setting up a new Configuration Properties source.

These properties have precedence over all the other properties in the Archaius Composite Configuration.