DelegateExpression use in spring boot

Hi,
If the below question is redundant then pardon me.

When i am using Delegate Expression, I can either use ${expressionName} or #{ExpressionName}. What is the difference between them in terms of using it in spring boot? Any example will be appreciable.

Hi @shaktiprasadrath ,

I don’t think it is really spring boot specific. This notation comes from Java EL specification: https://docs.oracle.com/cd/E19226-01/820-7627/bnahr/index.html
I believe it does not make any difference.

The topic was already discussed here: