首页 > 技术文章 > <context:property-placeholder/>元素

Loadhao 2017-03-06 20:44 原文

<context:property-placeholder/>元素

PropertyPlaceholderConfigurer实现了BeanFactoryPostProcessor接口,它能够对<bean/>中的属性值进行外在化管理。开发者可以提供单独的属性文件来管理相关属性。

推荐阅读