facultyai / facultyai/dynamic-configuration

Dynamic configuration from resource

Abierto
#17 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement good first issue
Lenguaje dominante
Scala
Estrellas
7
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Java and Scala have the concept of resources -- configuration files that are on the classpath (typically in `src/{main,test}/resources`).

It would be good to be able to load configuration from a resource. Scala 2.12 has a `Source.fromResource` method, but if we want to maintain compatibility with 2.11, we should probably avoid that.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.