QAC-Portal/QA-Portal

QA_Logo.png is referenced absolutely in target/classes folder

オープン

#9 opened on 2019/12/02

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Java (5 件のフォーク)auto 404
APIenhancementgood first issue

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

SHOULD BE ADDRESSED BEFORE DEPLOYMENT TO TEST OR PRODUCTION

The CvPdfEnums class in cv-api project has a hard coded reference to \target\classes folder. Should be amended so that the location of the file being referenced is defined in a property in the application.yml file.

Task Description

QA_Logo.png is referenced explicitly in target/classes folder in CvPdfEnums.

Add a property to the application.yml file for cv-api project to define the location of the file and amend CvPdfEnums to get the file location from this property rather than using a hard coded value.

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