QueryDslPredicateExecutor 在 spring data commons 2.0.4 中找不到

2022-09-03 09:40:51

我花了几个小时在春季数据中找到QueryDslPredicateExecutor。为什么它在文档和博客中被称为QueryDslPredicateExecutor,但在artifact 2.0.4.RELEASE中被称为QuerydslPredicateExecutor(小D!)?在哪些版本中它是正确的?


答案 1

它在 2.x 中重命名为 。。QueryDslPredicateExecutorQuerydslPredicateExecutor

查看 https://github.com/spring-projects/spring-data-commons/commit/9c6f764131ab27b5d81e3f84c028965803afa6b9


答案 2

推荐