Add Microconfig

This commit is contained in:
Evgeniy Sladkowski
2020-05-23 10:33:35 +02:00
committed by GitHub
parent 189621702f
commit 7d58668494

View File

@ -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