facultyai / facultyai/dynamic-configuration
Dynamic configuration from resource
Aberta
enhancement
good first issue
- Linguagem predominante
- Scala
- Estrelas
- 7
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.