我在构建文件中使用Ant hibernatecfg任务创建了我的hibernate-cfg.xml
文件。我在configLocation属性(org.springframework.orm.hibernate3.LocalSessionFactoryBean
)中的sessionFactory bean(classpath:hibernate.cfg.xml
)中引用该文件。
在我的bean定义文件中,我还有一个propertyConfigurer(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
)。
propertyConfigurer会在hibernate.cfg.xml
文件中进行替换吗?还是我必须对该文件中的所有内容进行硬编码?
答案 0 :(得分:1)
Spring不会解析hibernate.cfg.xml
中的属性。