Either way we get the string property we wanted from .property
files. So what's the difference between Config.getString()
and configurationService.getConfiguration().getString()
in hybris platform?
And as another question;
if we getString()
a property which exists in both project.properties
and local.properies
with different values, which one do we get?