我在Springmvc中使用spring-data-elasticsearch 3.0.1.RELEASE with spring verison 4.1.1。我的弹性搜索服务器上升了5.5.0
在使用例如:
之后@Repository public interface TestESearchRes extends
ElasticsearchRepository<Test,Long>,ComService
当我运行服务器时:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'ESearchServiceImpl': Unsatisfied dependency
expressed through field 'testESearchRes'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'testESearchRes': Initialization of bean failed; nested exception
is java.lang.AbstractMethodError
在ESearchServiceImpl中:
@Autowired
private TestESearchRes testESearchRes;
但是当我使用spring-data-elasticsearch 1.3.0.RELEASE。没关系。但是无法连接到es
任何人都可以帮助我。谢谢!
答案 0 :(得分:-1)
可能你可以试试春天到5.5.0,我有这样的问题,并且我的春季版本