Forked from buuhsmead/gist:d8e7b17ddc3c8168dea0383a5a7b309d
Created
April 9, 2020 14:08
-
-
Save alyfantisd/e547d4b67eddd992490b5d957da8f060 to your computer and use it in GitHub Desktop.
camel cm:property-placeholder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cm:property-placeholder id="myblueprint.placeholder" persistent-id="camel.blueprint" > | |
<cm:default-properties> | |
<cm:property name="sleutel" value="env:waarden:geen_waarde" /> | |
</cm:default-properties> | |
</cm:property-placeholder> | |
.... | |
<log id="_log5" message="Done processing ${file:name} {{{{sleutel}}}}"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment