Merge pull request #627 from shyiko/master

Add dotenv
This commit is contained in:
Andreas Kull
2017-11-14 10:57:11 +01:00
committed by GitHub

View File

@ -200,6 +200,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [centraldogma](https://github.com/line/centraldogma) - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2. * [centraldogma](https://github.com/line/centraldogma) - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
* [cfg4j](https://github.com/cfg4j/cfg4j) - Modern configuration library for distributed apps written in Java. * [cfg4j](https://github.com/cfg4j/cfg4j) - Modern configuration library for distributed apps written in Java.
* [config](https://github.com/typesafehub/config) - Configuration library for JVM languages. * [config](https://github.com/typesafehub/config) - Configuration library for JVM languages.
* [dotenv](https://github.com/shyiko/dotenv) - A twelve-factor configuration library for Java.
* [ini4j](http://ini4j.sourceforge.net/) - Provides an API for handling Windows' INI 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. * [KAConf](https://github.com/mariomac/kaconf) - Annotation-based configuration system for Java and Kotlin.
* [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. * [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties.