↧
Answer by Nicolas Mommaerts for Why doesn't Spring propertyplaceholder detect...
I'm not sure but isn't setting the system property from a Spring context file not already too late? We use a similar setup but instead of changing the system property for tests we use a...
View ArticleWhy doesn't Spring propertyplaceholder detect my changes to system properties?
I want to control loading of a property file using Spring's property-placeholder and setting a system property. This works like it should: <context:property-placeholder...
View Article