标签:path driver ext final drive base val class text
@Component根据配置文件路径解析properties
<context:property-placeholder location="file:#{baseConfigPath.configPath}/jdbc.properties"/>
获取properties的属性值
<bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource">
标签:path driver ext final drive base val class text
原文地址:http://blog.51cto.com/12165865/2178860