From 77a52ad83927f68ddda33c9f1237be576d6f9a1c Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Sat, 14 May 2022 15:55:18 +0800 Subject: [PATCH] Add Externalized Properties --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d92ce56..1832896 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ _Libraries that provide external configuration._ - [config](https://github.com/lightbend/config) - Configuration library supporting Java properties, JSON or its human optimized superset HOCON. - [Configurate](https://github.com/SpongePowered/Configurate) - Configuration library with support for various configuration formats and transformations. - [dotenv](https://github.com/shyiko/dotenv) - Twelve-factor configuration library which uses environment-specific files. +- [Externalized Properties](https://github.com/joeljeremy7/externalized-properties) - Lightweight but powerful configuration library which supports resolution of properties from external sources and an extensible post-processing/conversion mechanism. - [ini4j](http://ini4j.sourceforge.net) - Provides an API for handling Windows' INI files. - [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin. - [microconfig](https://microconfig.io) - Configuration system designed for microservices which helps to separate configuration from code. The configuration for different services can have common and specific parts and can be dynamically distributed.