Small utils around Spring properties placeholder resolution
PropertyFileNamesSplitter simplifies specification of property files fed to Spring's PropertyPlaceholderConfigurer by adding prefix, suffix and providing facility to specify prototype (a.k.a. template) for the property file.
- Java 1.6+
- Maven 3 (should also work with 2)
$ mvn test$ make test