josdem/vetlog-backend

Externalize properties

Open

#55 opened on Oct 25, 2025

 (2 comments) (0 reactions) (1 assignee)Java (6 forks)auto 404
developmentenhancementgood first issuehelp wantedin progress

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide