spring_reference/IX. ‘How-to’ guides/67.8. Use a traditional per...

575 B
Raw Blame History

67.8. 使用普通的persistence.xml

Spring不要求使用XML配置JPA提供者provider并且Spring Boot假定你想要充分利用该特性。如果你倾向于使用persistence.xml那你需要定义你自己的id为'entityManagerFactory'的LocalEntityManagerFactoryBean类型的@Bean,并在那设置持久化单元的名称。

默认设置可查看JpaBaseConfiguration