You have defined query method in the repository
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了You have defined query method in the repository相关的知识,希望对你有一定的参考价值。
Caused by: java.lang.IllegalStateException: You have defined query method in the repository but you don‘t have any query lookup strategy defined. The infrastructure apparently does not support query methods!
at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.<init>(RepositoryFactorySupport.java:545) ~[spring-data-commons-2.1.3.RELEASE.jar:2.1.3.RELEASE]
版本冲突:
注释掉版本就行了。
以上是关于You have defined query method in the repository的主要内容,如果未能解决你的问题,请参考以下文章