My problem is as follows:
I have server.properties for different environments. The path to those properties is provided trough a system property called
server.properties
You have two options:
use sys: as prefix (and hence sys:propertyPath)
sys:
sys:propertyPath
set the placeholderSuffix property of the placeholder configurer to }, so that you can access the properties with sys{prop}. If you omit this property, you will have to use sys{prop
placeholderSuffix
}
sys{prop}
sys{prop