When trying to determine why a property on a @ConfigurationProperties bean has a particular value, it would be useful to know the input into the binding process that resulted in the value. For example, this would make it possible to see if any placeholders are used in the original input.
Relates to #8293.
When trying to determine why a property on a
@ConfigurationPropertiesbean has a particular value, it would be useful to know the input into the binding process that resulted in the value. For example, this would make it possible to see if any placeholders are used in the original input.Relates to #8293.