PropertyPlaceholderConfigurer
Posted zhongchang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PropertyPlaceholderConfigurer相关的知识,希望对你有一定的参考价值。
BeanFactoryPostProcessor PriorityOrdered
| |
PropertyPlaceholderConfigurer --> PlaceholderConfigurerSupport --> PropertyResourceConfigurer -- > propertiesLoaderSupport
| |
| |
BeanNameAware BeanFactoryAware
1、PropertiesLoaderSupport 有Source[] locations属性,XML配置文件中locations将设置到此属性,设置时将String类型转换为Resource类型
2、PropertyResourceConfigurer 两个接口 BeanFactoryPostProcessor和priorityOrdered,
BeanFactoryPostProcessor接口在refresh()中invokeBeanFactoryPostProcessor(BeanFactory)中执行,
PriorityOrdered保证方法中最先执行BeanFactoryPostProcessor的postProcessorBeanFactory()方法
3、PropertyPlaceholderConfigurer 可以设置值可以来自 系统参数和配置文件中参数
以上是关于PropertyPlaceholderConfigurer的主要内容,如果未能解决你的问题,请参考以下文章