If I have 2 .properties files setup in my Spring XML as so:
XMl file
in java file @Value("#{dbProp}") private Properties dbProperties;
System.out.println("urllll"+dbProperties.getProperty("jdbc.url"));