b6ae9ec3b4
* BAEL-15951 Moved vavr, JHipster to default profiles * BAEL-14304 Include the SpringContextIntegrationTest in the default build - Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists * BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles * BAEL-14304 Minor changes |
||
---|---|---|
.. | ||
additional-sources-simple | ||
basic-config | ||
dynamodb-config | ||
extra-configs | ||
jdbc-config | ||
zookeeper-config | ||
README.md | ||
pom.xml |
README.md
Relevant Articles
- Introduction to Netflix Archaius with Spring Cloud
- Netflix Archaius with Various Database Configurations
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.