java-tutorials/spring-cloud-modules/spring-cloud-archaius
timis1 6dcabea12b
JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008)
* JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024

* JAVA-31430 Some fixes

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-04 22:44:58 +01:00
..
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-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-11-05 23:28:32 +02:00
spring-cloud-archaius-dynamodb-config JAVA-26705 Upgrade lombok to latest version (#15305) 2023-12-03 21:19:12 +02:00
spring-cloud-archaius-extra-configs JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008) 2024-03-04 22:44:58 +01:00
spring-cloud-archaius-jdbc-config JAVA-26705 Upgrade lombok to latest version (#15305) 2023-12-03 21:19:12 +02:00
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-22209] Upgraded spring-cloud-zuul-eureka-integration module to jdk17 + fixed tests in spring-cloud-archaius module 2023-09-18 12:34:20 +03: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.