zl程序教程

您现在的位置是:首页 >  后端

当前栏目

org.hibernate.AnnotationException: No identifier specified for entity: com.hs.model.CramSession

hibernate for No com model org specified Entity
2023-09-27 14:24:39 时间

忘了给id注解了

  @Id
    @GeneratedValue(generator = "_native")
    @GenericGenerator(name = "_native", strategy = "native")

加上就解决