Spring数据jpa规范和投影错误



我得到以下错误时,我使用(https://github.com/pramoth/specification-with-projection)

Caused By: org.springframework.data.mapping.PropertyReferenceException: No property findOne found for type <Entity class>

知道为什么会抛出这个异常吗?

看起来您正在使用不正确的Spring Data版本。

此库仅适用于旧版本。支持新的Spring Data的最新更改已经合并,但还没有发布。

你可以尝试从这里使用最后一个版本https://mvnrepository.com/artifact/th.co.geniustree.springdata.jpa/specification-with-projections

也许会成功。

我还有一个支持最新Spring Boot版本和Java 17的库的分支。它可以在库的最后一个版本发布之前临时使用

https://github.com/v-ladynev/specification-with-projection-embeded

相关内容

  • 没有找到相关文章

最新更新