My application depends on two dates i.e. start and end date and user has to set the dates before running the program. I have decided to keep them in the .properties
file in my resource folder of maven architecture.
I am not able to read and get the data from the file. How to do that if the file lies inside src/main/resources/date.properties