posted 11 years ago
Hi all,
I am using Spring mvc 3.0 (Annotations). I am having a propert file like this
abc.properties
a = abc
b = bcd
c = cde
in my controller i am having a method getName(key) it has to return abc, bcd,cde ... according to the key.
i am not able to read the properties file
Tell me the steps to read the properties file.
can anyone please solve my problem as i am very new to spring framework.
Thanks in Advance.