摘要: 原因:@Id包错了。。。。。 错误的包:import org.springframework.data.annotation.Id; 真确的包:import javax.persistence.*; 阅读全文
posted @ 2018-04-10 17:17 猴子1 阅读(99) 评论(0) 推荐(0) 编辑