首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Spring及Hibernate施用Properties文件

2012-11-16 
Spring及Hibernate使用Properties文件? hibernate-context.xml中使用Properties文件bean classorg.spri

Spring及Hibernate使用Properties文件

?

hibernate-context.xml中使用Properties文件<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">        <property name="locations">            <list>                <value>classpath:/datasource.properties</value>                <value>classpath:/rabbitmq-config.properties</value>            </list>        </property>    </bean>
?

?

热点排行