awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesConfiguration Source Priority

Defines the priority of configuration sources so that later-loaded values override earlier ones.

Distinct from Loading Sequence Control: Distinct from Loading Sequence Control: focuses on the priority of configuration sources for value overriding, not the sequence of plugin loading.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Configuration Source Priority. Refine with filters or upvote what's useful.

Awesome Configuration Source Priority GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dyc87112/springcloud-learningAvatar de dyc87112

    dyc87112/SpringCloud-Learning

    7,375Ver en GitHub↗

    SpringCloud-Learning is an educational project that demonstrates how to build microservices using Spring Cloud, covering the core patterns of service discovery, centralized configuration management, and API gateway routing. The project provides hands-on examples for registering and discovering microservice instances with Nacos, Eureka, or Consul, and for routing external API requests through Spring Cloud Gateway with support for filters and load balancing. The tutorials explore service resilience through circuit breakers and rate limiting with Sentinel and Hystrix, including custom fallback l

    Demonstrates defining the priority of configuration sources so later-loaded values override earlier ones.

    Javaconsuleurekahystrix
    Ver en GitHub↗7,375
  • lightbend/configAvatar de lightbend

    lightbend/config

    6,309Ver en 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,

    Combines configurations from multiple sources with later sources overriding earlier ones in a defined priority order.

    Javaconfiguration-libraryhoconsupported
    Ver en GitHub↗6,309
  • symfony/configAvatar de symfony

    symfony/config

    4,280Ver en GitHub↗

    Este proyecto es una librería de gestión de configuración de PHP utilizada para definir, cargar y validar la configuración de aplicaciones. Funciona como un motor de fusión de configuración y un validador de esquemas, asegurando que el software se comporte de manera consistente en diferentes instalaciones. La librería actúa como un cargador de configuración de múltiples formatos que convierte configuraciones de varios tipos de archivos, como YAML y XML, en un formato interno estandarizado. Permite el establecimiento de esquemas de configuración formales con reglas de validación y valores predeterminados para evitar errores en tiempo de ejecución causados por entradas no válidas. El sistema admite la fusión de configuración jerárquica, que combina configuraciones de múltiples fuentes ordenadas por prioridad en un único conjunto unificado. Este proceso incluye la fusión recursiva de arreglos y la normalización basada en árboles para resolver valores conflictivos y aplicar anulaciones específicas del entorno.

    Implements a priority-based loading system where environment-specific settings override global defaults.

    PHPcomponentphpsymfony
    Ver en GitHub↗4,280
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Architectures
  4. Programmatic Plugin Loading
  5. Loading Sequence Control
  6. Configuration Source Priority