PropertyPlaceholderConfigurer implements BeanFactoryPostProcessor

Posted zhongchang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PropertyPlaceholderConfigurer implements BeanFactoryPostProcessor相关的知识,希望对你有一定的参考价值。

BeanFactoryPostProcessor的应用

最常用的一个应用就是org.springframework.beans.factory.config.PropertyPlaceholderConfigurer,BeanDefinition生成后,可能某些参数是${key},这个实现类就是把前边这种参数转换成xxx.properties中key所对应的值。

以上是关于PropertyPlaceholderConfigurer implements BeanFactoryPostProcessor的主要内容,如果未能解决你的问题,请参考以下文章