QAC-Portal/QA-Portal
QA_Logo.png is referenced absolutely in target/classes folder
Aperta
#9 aperta il 2 dic 2019
APIenhancementgood first issue
Metriche repository
- Star
- (2 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.