欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Caused by: org.hibernate.AnnotationException: No identifier specified for en . . . . .

程序员文章站 2022-04-12 16:18:11
...

使用技术

springboot+jpa+postgresql

问题

import javax.persistence.Id;//使用这个包
    @Id
    @GeneratedValue
    @Column(name = "id")
    private Integer id;

//不是这个包
// :import org.springframework.data.annotation.Id;