问题
在springboot中整合JPA可能会遇到“No Identifier specified for entity”即没有标识实体类的错误。
解决办法
检查自己的实体类是否有以下注释:

注解依赖:
import javax.persistence.*;
数据结构思维导图总结
合并二叉树