0 CDK Placeholder 5.9.0

Version 1 by Christophe DENEUX
on Sep 17, 2024 09:50.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
A placeholder is a specific value that is resolved at runtime against a property available in the property file set at component level. It is mainly used in the service unit JBI descriptor to be able to configure your service providers and/or your service consumers.

Its syntax is:
{code}

If no property with name '{{placeholder-name}}' exists in the component property file, the default value '{{default-value}}' is used. If no default value is defined, the literal value '{{\${placeholder-name}\}}' is used.