ElasticSearchTemplate
在初始化Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate org.elasticsearch.common.inject.InjectorImpl.toString()
期间抛出异常。
XML配置
<elasticsearch:transport-client id="client" cluster-nodes="localhost:9300" />
<bean name="elasticsearchTemplate" class="org.springframework.data.elasticsearch.core.ElasticsearchTemplate">
<constructor-arg name="client" ref="client"/>
</bean>
有谁知道导致此问题的原因。 Elastic
版本5.6.3 and 5.5.0
和Spring Data Elastic 3.0.1
以及未使用SpringBoot