It turns out it's an ordering issue. In the first example above, the pspc is ordered first, and since it uses the default of ignoreUnresolvablePlaceholders=true, it fails when resolving properties in...
Type: Posts; User: jsw; Keyword(s):
It turns out it's an ordering issue. In the first example above, the pspc is ordered first, and since it uses the default of ignoreUnresolvablePlaceholders=true, it fails when resolving properties in...
Consider the following use of a combined PropertySourcesPlaceholderConfigurer and a legacy PropertyPlaceholderConfigurer defined in xml:
@Configuration...