could not resolve property: created of: com.course.education.domain.ClassMien

could not resolve property: created of: com.course.education.domain.ClassMien

org.hibernate.QueryException: could not resolve property: created of: com.course.education.domain.ClassMien

半天排查以后发现原因是排序字段实体类中没有

could not resolve property: created of: com.course.education.domain.ClassMien

将圈出的字段改成表中id就可以了,如下:

could not resolve property: created of: com.course.education.domain.ClassMien