为了账号安全,请及时绑定邮箱和手机立即绑定

生成不了表

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.AnnotationException: No identifier specified for entity: com.example.Gril


正在回答

3 回答

@Id 的注解 从包  

org.springframework.data.annotation.Id;

变为包

javax.persistence.Id;

就可以解决了

0 回复 有任何疑惑可以回复我~

解决了,是应该包不对

0 回复 有任何疑惑可以回复我~
#1

慕数据0685613

我也是这个错误,请问怎么解决的
2017-08-11 回复 有任何疑惑可以回复我~
#2

54513 回复 慕数据0685613

@Id 的注​解 从包 org.springframework.data.annotation.Id; 变为包 javax.persistence.Id; ​就可以解决了
2017-08-27 回复 有任何疑惑可以回复我~

查看一下你的实体类,是否添加了主键Id的注解:No identifier specified for entity

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

生成不了表

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信