Error creating entityManagerFactory due to error tying to scan

后端 未结 6 1685
旧巷少年郎
旧巷少年郎 2020-12-30 05:37

I am following http://spring.io/guides/tutorials/data/3 ; I am not sure what I did wrong, but I keep on getting exceptions that I don\'t understand. I tried searching for q

6条回答
  •  轮回少年
    2020-12-30 05:56

    I had the same problem while migrating one of my projects to Java 8. Fixed it by updating the hibernate-entitymanager artifact version from 4.2.0.Final to 4.3.8.Final.

提交回复
热议问题