读书人

Spring及Hibernate施用Properties文件

发布时间: 2012-11-16 14:12:14 作者: rapoo

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>
?

?

读书人网 >软件架构设计

热点推荐