I had this problem and was using the wrong import for @id:
Make sure it’s:
import javax.persistence.Id;
and not:
import org.springframework.data.annotation.Id;
I had this problem and was using the wrong import for @id:
Make sure it’s:
import javax.persistence.Id;
and not:
import org.springframework.data.annotation.Id;