I am defining key values in application properties. It is reading all other values correctly but when I give a url as value it returns null. Any suggestion why.
I tried single quote, double quote and @"" but everytime it giving null for base url
a screen shot of application.properties file
server.port=8095
baseUrl=https://localhost:8080/api/gettingdata/singlevalue/employee
applicationId=APPLICATION_ID
userName=user_Name
password=pass_Word
directoryId=Directory_Id
in the above case it returns null for baseUrl value