码迷,mamicode.com
首页 > 其他好文 > 详细

PropertyPlaceholderConfigurer implements BeanFactoryPostProcessor

时间:2019-11-28 19:18:12      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:hold   post   实现   org   property   conf   beans   frame   参数   

BeanFactoryPostProcessor的应用

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

PropertyPlaceholderConfigurer implements BeanFactoryPostProcessor

标签:hold   post   实现   org   property   conf   beans   frame   参数   

原文地址:https://www.cnblogs.com/zhongchang/p/11951877.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!