-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No property 'findAll' found for type 'Class' #151
Comments
Hi! I was not able to reproduce, which version of the library/Spring are you using? You can find the compatibility table here: https://github.com/darrachequesne/spring-data-jpa-datatables#maven-dependency |
Hi darrachequesne , i use spring-data-jpa-datatables version 5.2.0 with spring boot 2.7.9 with all dependencies of spring-data-jpa-datatables-samples project plus jwt + spring security |
my pom dependency tree as follow: [INFO] murraco:jwt-auth-service:jar:1.0.0 |
I had this same issue. See darrachequesne/spring-data-jpa-datatables-sample#2 I'll note that for me I had tried adding the @EnableJpRepositories annotation, but I kept getting the same error. But once I removed my existing @repository annotation from the interface extending DataTablesRepostiory, the error went away. It would be helpful to call that out in the documentation, "Don't add @repository to your interface", etc. Or maybe have the code handle it someway so it doesn't matter, or maybe add a warn message. |
hello everybody,
i have problem when use this library i got this error :
and my repository as folllow :
Edit: format
The text was updated successfully, but these errors were encountered: