Nous sélectionnons les dépôts GitHub open-source correspondant à « best java configuration libraries ». Les résultats sont classés par pertinence par rapport à votre recherche — utilisez les filtres ci-dessous pour affiner, ou utilisez l'IA.
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.