Open Frantch opened 5 years ago
Same here
please resolve this issue.
You may use base-repository-class instead of factory-class in your config
I'm currently having the same problem. It doesn't matter what Entity I choose. My repositories are created through annotation configuration. Would be nice to get a hint how to fix this problem. Edit: I missed the following line in description: add annotation @EnableJpaRepositories(repositoryBaseClass = JpaSpecificationExecutorWithProjectionImpl.class) Adding the repositoryBaseClass should do the trick
@pramoth
I have a simple Repo in 'com.test.myrepo2':
And others normal @Repository in "com.test.myrepo'
In the my .xml context (I dont use SpringBoot) I have added:
But when the app starts I get this Error:
What am I doing wrong?