-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature
Milestone
Description
I want to support that allow to specify a default value on properties placeholder as follow:
<dataSource type="POOLED">
<property name="username" value="${db.username:postgres}"/>
<property name="password" value="${db.password:Postgres}"/>
</dataSource>This solution has been supported by the Spring Framework , Logback, etc...
Note that : We should take to consider the : character has been used as placeholder key or used ternary operator(such as condition ? value_if_true : value_if_false) using OGNL. (for backward compatibility)
What do you think this enhancement ?
eddumelendez
Metadata
Metadata
Assignees
Labels
enhancementImprove a feature or add a new featureImprove a feature or add a new feature