SpringBoot报错BeanCreationException: Error creating bean with name 'entityManagerFactory解决办法

今天用SpringBoot开发restful接口的时候遇到以下问题,检查了半天才发现是包引入错了,一百度网上错的人还很多,可能缘由主要是在给实体类作注解的时候输入id,intellij idea有可能会导入import org.springframework.data.annotation.Id;java 正确的应该是import javax.persistence.Id;,小错误可是很差发现,记
相关文章
相关标签/搜索