创建日期:2020/12/04 修改日期:2024/04/16 Java Elasticsearch SpringBoot
2518
-
险道神-郁保四2023/02/20 11:06:40
谢谢大佬,但是我在配置的时候出现了一个问题。 项目Springboot为2.7.5,Spring Data Elasticsearch为4.4.5,Elasticsearch为7.17.6,在写config配置类的时候发现RestHighLevelClient已经弃用了,请问是继续用这个类呢还是要用另外的方式配置:<
-
管理员 回复 险道神-郁保四2023/02/20 11:09:51
接着用吧,我也没找到新的方式……O(∩_∩)O哈哈~
-
险道神-郁保四 回复 管理员2023/02/20 14:35:33
好的,谢谢了
-
翻江蜃-童猛2024/08/01 08:24:45
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'elasticSearchServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'elasticSearchRepository' defined in com.gold.web.service.ElasticSearchRepository defined in @EnableElasticsearchRepositories declared on GoldWebApplication: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository]: Constructor threw exception; nested exception is RestStatusException{status=503} org.springframework.data.elasticsearch.RestStatusException: method [HEAD], host [http://127.0.0.1:9200], URI [/user], status line [HTTP/1.1 503 Service Unavailable] 大佬,为什么总是报这个错
-
管理员 回复 翻江蜃-童猛2024/08/01 10:07:14
暂不清楚
-
花项虎-龚旺2024/09/29 10:32:51
这么配置好奇怪啊,你已经在yaml中配置了Elasticsearch,然后创建Bean的时候又要把那些再写一遍。不觉得这种方式用错了吗
-
管理员 回复 花项虎-龚旺2024/09/29 10:39:54
yml 和 Bean 二选一即可