是否可以将elasticsearch服务器版本5与spring 4 (spring-data-elasticsearch)结合使用?到目前为止,如果我使用spring-data-elasticsearch 2.x,我可以加载应用程序,但会得到错误failed to get local cluster state。如果我包含3.x,那么我无法启动应用程序并返回错误Initialization of bean failed; nested exception is java.lang.AbstractMethodError...
我成功地使用了spring boot 2.x进行连接,但是这个版本使用了所有的spring库>5,这对我来说不是一个选择。
https://stackoverflow.com/questions/47531984
复制相似问题