[fixes #9108] - Unable to recognized SPI persisted properties
This commit is contained in:
parent
7dc5556b40
commit
6cc674a875
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public final class PersistedConfigSource extends PropertiesConfigSource {
|
|||
return value;
|
||||
}
|
||||
|
||||
return null;
|
||||
return super.getValue(propertyName.replace('-', '.'));
|
||||
}
|
||||
|
||||
private static Map<String, String> readProperties() {
|
||||
|
|
Loading…
Reference in a new issue