awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Java Configuration Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best java configuration libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Java Configuration Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • lightbend/configlightbend avatar

    lightbend/config

    6,309View on GitHub↗

    This is a configuration library for JVM applications that parses HOCON, JSON, and Java properties files into an immutable tree structure. It resolves ${...} placeholders by traversing the configuration tree and falling back to environment variables and system properties, and validates loaded configurations against a reference schema. The library loads configuration from classpath resources, files, URLs, system properties, and environment variables, merging them with priority-based override semantics. It provides typed value access with automatic type coercion, supports dot-path navigation,

    This library is a standard, feature-rich tool for JVM applications that supports multi-format parsing, hierarchical configuration, and type-safe access, making it a comprehensive solution for managing application settings.

    JavaConfiguration TreesHOCON ParsersJVM Configuration Frameworks
    View on GitHub↗6,309

Related searches

  • a configuration library for C# applications
  • a python library for managing application configuration
  • a library for managing configuration in Rust
  • a dependency injection framework for Java
  • a java library for parsing yaml files
  • a java library for building cli applications
  • a java library for application metrics
  • a configuration loading library for Go applications