当前位置: 代码迷 >> 综合 >> spring boot启动报错Error creating bean with name 'entityManagerFactory' defined in class path resource
  详细解决方案

spring boot启动报错Error creating bean with name 'entityManagerFactory' defined in class path resource

热度:4   发布时间:2023-12-01 20:54:05.0

不小心引了:

 import org.springframework.data.annotation.Id;

应该引入:

import javax.persistence.Id;
  相关解决方案