QAC-Portal/QA-Portal

QA_Logo.png is referenced absolutely in target/classes folder

Offen

#9 geöffnet am 02.12.2019

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (5 Forks)auto 404
APIenhancementgood first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide