From 1a24aadc2e066babb39b2ee1e5ed3c6a53caf814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?z=20i=20=CE=BB=20a=20s=20a=20l?= Date: Tue, 17 Oct 2017 11:09:28 +0200 Subject: [PATCH] Add cfg4j, centraldogma to Configuration section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99ab487..2bf2f39 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ A curated list of awesome Java frameworks, libraries and software. * [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. * [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. +* [cfg4j](https://github.com/cfg4j/cfg4j) - Modern configuration library for distributed apps written in Java. +* [centraldogma](https://github.com/line/centraldogma) - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2. ## Constraint Satisfaction Problem Solver