java-tutorials/spring-cloud/spring-cloud-archaius
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* 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
2019-07-20 14:33:56 +03:00
..
additional-sources-simple Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
basic-config Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
dynamodb-config Added Context Test for missing spring-cloud-spring-cloud-archaius projects 2019-04-20 15:08:36 -03:00
extra-configs Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
jdbc-config Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
zookeeper-config Added Context Test for missing spring-cloud-spring-cloud-archaius projects 2019-04-20 15:08:36 -03:00
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.