Spring Boot 2.0.x - @Configuration类@Autowired entityManagerFactory NullPointerException

时间:2018-05-10 09:05:16

标签: spring-boot jpa hibernate-entitymanager

我使用Hibernate会话从MySQL查询数据。我使用JPA EntityManagerFactory来获取Hibernate SessionFactory:

onUncaughtError

这适用于Spring Boot 1.5.x.但是当我将Spring Boot更新为2.0.1时:

  

创建名为'databaseConfig'的bean时出错:通过字段'entityManagerFactory'表示的不满意依赖;

如何在Spring Boot 2.0.x中解决此问题?

0 个答案:

没有答案