new spring properties tests - for external properties

This commit is contained in:
eugenp
2014-03-16 12:59:09 +02:00
parent cab8e4d830
commit a45c572d4b
4 changed files with 108 additions and 1 deletions
@@ -16,7 +16,7 @@ public class ComponentInXmlUsingProperties implements InitializingBean {
public ComponentInXmlUsingProperties(final String propertyValue) {
super();
System.out.println("Constructor Injection - Property Value resolted to: " + propertyValue);
System.out.println("Constructor Injection - Property Value resolved to: " + propertyValue);
}
//