<bean id="ssoSessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="configLocation">
<value>classpath:sso-hibernate.cfg.xml</value>
</property>
<property name="configurationClass">
<value>org.hibernate.cfg.AnnotationConfiguration</value>
</property>
this is the part im unsure of....
<property name="configfile">
<value>classpath:sso-hibernate.properties</value>
</property>
</bean>
我知道有至少有六種方法來做到這一點,但爲了我的需要,這將是最簡單的。什麼是將指定哪個hibernate.properties文件使用的屬性的語法?原因是這個應用程序可能最終會有大約5或6個同步數據庫連接,並且它們必須位於不同的文件中。這是什麼正確的語法