Spring及Hibernate施用Properties文件

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

?