Over and over I see projects struggling with the problem of parameters in property files that change in different environments; after all that’s pretty much the idea with the property files anyway – to make it easy to reconfigure the system. The PropertyPlaceholderConfigurer lets us externalize configuration parameters from the XML configuration to property files, […]
The post Environment-Specific Configuration of Spring Applications appeared first on blog..