You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prop2 should evaluate to value2${prop1} as the placeholder has been escaped.
This works for basic PropertySource implementations, but if the source is backed by PropertySourcesPlaceholderConfigurer the escaped ${prop1} is still evaluated even though it should not be.