spring读取加载properties文件

来源:互联网 发布:matlab读取数据和文件 编辑:程序博客网 时间:2024/05/01 12:39
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">  
<property name="locations">  
<list>  
                 <value>classpath:dbconfig.properties</value>  
            </list>  
        </property>  
</bean> 
0 0
原创粉丝点击