spring boot no identifier specified for entity
定义Id 时,引用的是
import org.springframework.data.annotation.Id;
实际应该引入:
import javax.persistence.Id;
定义Id 时,引用的是
import org.springframework.data.annotation.Id;
实际应该引入:
import javax.persistence.Id;
坐标合肥,非典型GIS开发人员 GitHub。