
Questions: 23,751 //
Answers: 52,351 //
Contributing Members: 18,020
In my property file - host, username is configured.
host=01.test.com
username=user-
When I am retrieving the field using the variables.
${host} -----[ Correct: 01.test.com]
${username} --- [ It is ignoring "-' and only "user" is returning].
Any reason why it is ignoring "-" sign in user name.
Dec 29, 2017 at 11:44 AM, shakeela_gard answered with:
Hi,
I tried with this properties and able to get the values along with"-" sign. It will not be ignored. Please cross check once.
Java Spring 'Value' Annotation' 2 Answers
HTTP Conector Configuration 3 Answers
I am not able to read properties files from resource folder. 1 Answer
How can i use filter conditions from properties file? 1 Answer
Schema location for properties file 2 Answers