0
点赞
收藏
分享

微信扫一扫

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

穿裙子的程序员 2022-11-09 阅读 151


不小心引了:

import org.springframework.data.annotation.Id;

应该引入:

import javax.persistence.Id;


举报

相关推荐

0 条评论