Check your @Id, it should be from
import javax.persistence.Id;
rather than
import org.springframework.data.annotation.Id;
Check your @Id, it should be from
import javax.persistence.Id;
rather than
import org.springframework.data.annotation.Id;