Caused by: java.lang.IllegalArgumentException: Not a managed type: class com.example.demo.domain.DeptInfo

Spring Boot整合jpa,启动项目报错:

Caused by: java.lang.IllegalArgumentException: Not a managed type: class com.example.demo.domain.DeptInfo

解决办法:

检查实体类的 @Entity 使用的是不是javax.persistence.Entity,id属性上的@Id使用的是不是javax.persistence.Id

搞定!

posted @ 2019-05-14 14:55  cqrunnerxjzh  阅读(3227)  评论(0编辑  收藏  举报