Data is getting inserted into / fetched from “spring_bootcrud” table instead of the actual table “DbTable” in Spring Boot application

前端 未结 0 747
说谎
说谎 2021-02-04 01:29

This is the POJO class where I have mentioned the table name inside the annotation:

@Entity
@Table(name = "DbTable")
@Getter
@Setter
@NoArgsConstructor
         


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