java-tutorials/spring-cloud/spring-cloud-archaius
dupirefr 03e3b5c046 [JAVA-632] Standardizing packages from org.baeldung to com.baeldung:
spring-cloud-archaius
2020-02-22 10:10:55 +01:00
..
additional-sources-simple [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
basic-config [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: 2020-02-22 10:10:55 +01:00
dynamodb-config [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
extra-configs [JAVA-632] Standardizing packages from org.baeldung to com.baeldung: 2020-02-22 10:10:55 +01:00
jdbc-config [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
zookeeper-config [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00

README.md

Spring Cloud Archaius

This module contains articles about Spring Cloud with Netflix Archaius

Relevant Articles

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.