标签:pre bsp odi tle ram context class utf-8 path
读取配置可通过 org.springframework.core.env.Environment 类来获取, 也可以通过@Value的方式来获取
注解形式:
@PropertySource({"classpath:application.properties"})
配置文件形式:
<context:property-placeholder location="classpath:jdbc.properties" file-encoding="utf-8" ignore-unresolvable="true" />
标签:pre bsp odi tle ram context class utf-8 path
原文地址:http://www.cnblogs.com/pengyusong/p/6283300.html