Caused by: org.springframework.data.mapping.PropertyReferenceException: No property item found for type BItem!
后来发现在Service层 PageRequest.of里排序的参数必须是 实体类字段

希望能帮助到您
org.springframework.data.mapping.PropertyReferenceException: No property item found for type BItem!
最新推荐文章于 2021-12-20 19:47:56 发布
本文解决了一个关于Spring Data Mapping的问题,即在Service层使用PageRequest.of进行排序时,参数必须与实体类字段相匹配,否则将抛出PropertyReferenceException异常。
945

被折叠的 条评论
为什么被折叠?



