I have a requirement to have all our properties files be stored in a directory. The location of this directory should be stored in a system environment variable. In my appli
You could always extend the FileSystemResource (i.e. PropertiesFileResource) that would initialize itself by taking prepending the property file location system property to the file path.