Hibernate can not find postqresql sequence

前端 未结 0 462
深忆病人
深忆病人 2021-01-03 12:40

I am working on a Spring Boot Project. I have the following entity :

@Entity
@Table(name = "authors")
public class Author {

    @Id
    @GeneratedV         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题