SyntaxFix
Write A Post
Hire A Developer
Questions
I think this issue following model class wrong import.
import org.springframework.data.annotation.Id;
Normally, it should be:
import javax.persistence.Id;