spring data出现creating bean with name entityManagerFactory的原因

关于使用spring data jpa出现的问题。
错误提示:org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘entityManagerFactory’ defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.AnnotationException: No identifier specified for entity: com.wangyu.sell.domain.ProductCategory

出现错误的原因是我没有在domain里面设置主键,设置主键就好了

猜你喜欢

转载自blog.csdn.net/qq_41346335/article/details/82828010