不小心引了:
import org.springframework.data.annotation.Id;
应该引入:
import javax.persistence.Id;
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)