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

阅读 151

2022-11-09


不小心引了:

import org.springframework.data.annotation.Id;

应该引入:

import javax.persistence.Id;


精彩评论(0)

0 0 举报