when you use Redis as a Jpa Repository, You should import org.springframework.data.annotation.Id not javax.persistence.Id.
1 | import org.springframework.data.annotation.Id |
when you use Redis as a Jpa Repository, You should import org.springframework.data.annotation.Id not javax.persistence.Id.
1 | import org.springframework.data.annotation.Id |