From 7d58668494923fbb498fb79f8e7dfa28fa701363 Mon Sep 17 00:00:00 2001 From: Evgeniy Sladkowski Date: Sat, 23 May 2020 10:33:35 +0200 Subject: [PATCH] Add Microconfig --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25ddde2..7bda865 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ _Libraries that provide external configuration._ - [dotenv](https://github.com/shyiko/dotenv) - Twelve-factor configuration library which uses environment-specific files. - [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. - [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. ### Constraint Satisfaction Problem Solver