Extension of {@link DynamicPropertySource} which additionally supportsloading properties from a folder on the file system. By default, this folder can be specified using the system property property.folder. The property {@link #propertyFolderSystemProperty} can be used to change thisdefault. If the system property is not specified or the folder is not present on the file system, the superclass behaviour is observed.
@author Phil Zoio
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.