josdem/vetlog-backend

Externalize properties

Aperta

#55 aperta il 25 ott 2025

 (2 commenti) (0 reazioni) (1 assegnatario)Java (6 fork)auto 404
developmentenhancementgood first issuehelp wantedin progress

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

As developer, I want to externalize Yaml properties so that, I can inject those properties on execution time

Acceptance Criteria

  • I should read an application-development.yml using -Dspring.config.location Gradle argument
  • I should have a directory named ${USER_HOME}/.vetlog_backend/ where we should store the application-development.yml
  • All tests passing

Guida contributor