java-tutorials/spring-cloud/spring-cloud-archaius
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
..
additional-sources-simple [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
basic-config [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
dynamodb-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
extra-configs [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
jdbc-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
zookeeper-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
README.md add readmes, remove extra modules 2018-12-16 16:25:49 +02:00
pom.xml [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00

README.md

Relevant Articles

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.