You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to issue #61. I have springboot 2.x application with spring-data-redis and jredisearch. While starting up the springboot app, i get the following error. I did try different versions of libraries, but no luck. please help
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.data.repository.config.RepositoryConfigurationSource
The text was updated successfully, but these errors were encountered:
This is related to issue #61. I have springboot 2.x application with spring-data-redis and jredisearch. While starting up the springboot app, i get the following error. I did try different versions of libraries, but no luck. please help
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The method's class, org.springframework.data.repository.config.RepositoryConfigurationSource, is available from the following locations:
It was loaded from the following location:
Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.data.repository.config.RepositoryConfigurationSource
The text was updated successfully, but these errors were encountered: