josdem/vetlog-backend

Externalize properties

オープン

#55 opened on 2025/10/25

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Java (6 件のフォーク)auto 404
developmentenhancementgood first issuehelp wantedin progress

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド