josdem/vetlog-backend

Externalize properties

开放

#55 创建于 2025年10月25日

 (2 条评论) (0 个反应) (1 位负责人)Java (6 个派生)auto 404
developmentenhancementgood first issuehelp wantedin progress

仓库指标

星标
 (3 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南