我是spring boot和elasticsearch的新手。使用此引用https://github.com/VanRoy/spring-data-jest与aws elasticsearch建立连接。连接正常,我现在能够执行操作。我想创建自定义存储库(基本上,想要使用聚合)并使用ElasticsearchTemplate,它提供以下错误日志
com.example.abcRepositoryImpl中的字段elasticsearchTemplate需要一个无法找到的类型为'org.springframework.data.elasticsearch.core.ElasticsearchTemplate'的bean。 - Bean方法'elasticsearchTemplate'未加载,因为排除了自动配置'ElasticsearchDataAutoConfiguration'
动作:
考虑重新审视上述条件或在配置中定义类型为'org.springframework.data.elasticsearch.core.ElasticsearchTemplate'的bean。
我将如何解决此问题。你的帮助会非常明显。
提前致谢
答案 0 :(得分:-1)
在主Application类文件中定义一个bean,如下所示
echo web:..etc>Procfile (without spaces)