new spring properties tests - for external properties
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user