java-tutorials/spring-cloud/spring-cloud-archaius
Loredana Crusoveanu c09425ac03
Merge pull request #5219 from eugenp/BAEL-8939
BAEL-8939: Adding a Spring Context test in all Spring Modules (change…
2018-09-27 11:21:12 +03:00
..
additional-sources-simple BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
basic-config BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
dynamodb-config [BAEL-2115] spring-cloud | Configuring Netflix Archaius (#5289) 2018-09-22 14:10:33 -07:00
extra-configs BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
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 geroza/BAEL-395-Archaius_With_Spring_Cloud_Introduction (#4968) 2018-08-15 14:13:50 +02:00
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.