java-tutorials/spring-cloud-modules/spring-cloud-archaius
timis1 bf69ecf4bd JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 (#13411)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-03 21:52:38 +05:30
..
spring-cloud-archaius-additionalsources JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 (#13411) 2023-02-03 21:52:38 +05:30
spring-cloud-archaius-basic-config JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
spring-cloud-archaius-dynamodb-config JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
spring-cloud-archaius-extra-configs JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
spring-cloud-archaius-jdbc-config JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
spring-cloud-archaius-zookeeper-config JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
README.md JAVA-11240 Moved spring-cloud to spring-cloud-modules 2022-05-29 19:32:17 +05:30
pom.xml JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30

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.