首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

编码形式获取Spring中PropertyPlaceholderConfigurer的属性

2013-03-04 
编码方式获取Spring中PropertyPlaceholderConfigurer的属性applicationContext.xml配置文件package maini

编码方式获取Spring中PropertyPlaceholderConfigurer的属性
applicationContext.xml配置文件

package main;import utils.SpringPropertyResourceReader;public class Main {public static void main(String[] args) throws Exception {System.out.println(SpringPropertyResourceReader.getProperty("name"));System.out.println(SpringPropertyResourceReader.getProperty("birthday"));}}

热点排行