This is the POJO class where I have mentioned the table name inside the annotation:
@Entity @Table(name = "DbTable") @Getter @Setter @NoArgsConstructor