Hi,

I would like to add support for default values within expressions, i think this 
would be really powerful and would remove the need for messy configuration.

It works the same way as spring property default values, e.g.

${some.property:default}
${env.SOME_VAR:default}

It should also work with nesting, e.g.

${some.property:${env.SOME_VAR:default}}

I could submit a pull request if there is some interest in getting this merged?

Cheers

Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to