|
|
@ -248,7 +248,7 @@ public class ConfigFileApplicationListener implements EnvironmentPostProcessor,
|
|
|
|
* {@link BeanFactoryPostProcessor} to re-order our property sources below any
|
|
|
|
* {@link BeanFactoryPostProcessor} to re-order our property sources below any
|
|
|
|
* {@code @PropertySource} items added by the {@link ConfigurationClassPostProcessor}.
|
|
|
|
* {@code @PropertySource} items added by the {@link ConfigurationClassPostProcessor}.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private class PropertySourceOrderingPostProcessor implements BeanFactoryPostProcessor, Ordered {
|
|
|
|
private static class PropertySourceOrderingPostProcessor implements BeanFactoryPostProcessor, Ordered {
|
|
|
|
|
|
|
|
|
|
|
|
private ConfigurableApplicationContext context;
|
|
|
|
private ConfigurableApplicationContext context;
|
|
|
|
|
|
|
|
|
|
|
|