腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
春季数据
ElasticSearch
无法与
ElasticSearch
5.5.0连接
、
、
、
下面是使用
ElasticSearch
5.5.0的示例(下面的链接有完整的内联代码,也可以作为可下载的zip文件使用): <parent> <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>1.5.1.RELEASE<
浏览 0
提问于2017-07-23
得票数 2
1
回答
弹簧引导2.6.8与弹性搜索7.17.2兼容性
、
、
、
、
我想将springboot 2.6.8
elasticsearch
依赖项定制为
elasticsearch
7.17.2,这样可以吗?基于springboot依赖版本,2.6.8映射到
elasticsearch
版本7.15.2。该怎么做呢?我使用的pom.xml没有
spring
-
boot
-starter-data-
elasticsearch
如果我使用它,Maven无法在以下内容中找到它
浏览 6
提问于2022-06-10
得票数 0
3
回答
将springBoot与
elasticsearch
2.x相结合
、
、
、
我尝试使用
spring
boot
1.3.3来实现与
elasticsearch
通信的项目。在网上搜索了很多次后,我发现
spring
-
boot
-starter-data-
elasticsearch
在我的例子中不是很好,因为它使用的是
Elasticsearch
1.5,而我必须使用
Elasticsearch
浏览 2
提问于2016-03-28
得票数 3
1
回答
Java字符串并在
ElasticSearch
中保存
、
、
、
我对
ElasticSearch
相当陌生。跟踪和的帖子。此外,要建立客户端连接并从
ElasticSearch
执行数据存储/检索,应该将导入到maven中吗? 任何建议都会有帮助。
浏览 0
提问于2018-09-13
得票数 0
2
回答
ElasticSearchHighLevelClient springboot自动配置不起作用
、
我正在尝试使用此文档自动配置
elasticsearch
高级rest客户端 https://docs.
spring
.io/
spring
-
boot
/docs/current/reference/html/
spring
-
boot
-features.html#
boot
-features-
elasticsearch
我在application.properties中添加了以下属性:
浏览 53
提问于2019-12-21
得票数 1
3
回答
不能在
spring
-data-
elasticsearch
中使用自定义自动配置。
、
、
、
>
spring
-
boot
-starter-parent</artifactId> <relativePath> <scope>compile<
浏览 4
提问于2016-05-05
得票数 12
回答已采纳
6
回答
用
Spring
连接到弹力搜索6.2.3
、
、
试图找出如何获得
spring
启动的工作配置,以连接到
Elasticsearch
6.2.3,下面是我的连接代码: <dependency> <artifactId>
spring
-
boot
-starter-data-
elasticsearch
</artifactId>
浏览 3
提问于2018-04-06
得票数 2
2
回答
elasticsearch
5.6.3兼容
spring
data
elasticsearch
版本
、
我使用的是
spring
boot
1.5.7.RELEASE、
spring
-data-
elasticsearch
3.0.2.RELEASE和
elasticsearch
5.6.3。然而,当使用maven构建时,它似乎下载了
elasticsearch
2.4.6。当我试图强制
elasticsearch
5.6.3通过pom文件时,我收到运行时异常,显示缺少运行时依赖项。
浏览 2
提问于2018-01-03
得票数 1
1
回答
Elasticsearch
配置无法加载捆绑包
、
、
、
我使用Gradle (
Spring
Boot
1.4.2,Thymeleaf,
Elasticsearch
2.3.4),我在本地工作。:
spring
-
boot
-starter-parent:1.4.2.RELEASE'}compile group: 'org.spri
浏览 5
提问于2016-11-25
得票数 0
1
回答
Maven使用编译依赖项而不是更新。
、
、
我不确定我是否正确地设置了这个框架,我使用的是以下
spring
-
boot
-starter data-
elasticsearch
。如您所见,版本为2.5.7。<dependency>
浏览 8
提问于2022-09-13
得票数 1
1
回答
Spring
应用程序运行失败
、
、
、
、
:
spring
-
boot
-gradle-plugin:${springBootVersion}")} providedRuntime all*.exclude module: '
spring
-
boot
-starter-logging' dependencies
浏览 19
提问于2019-04-18
得票数 0
2
回答
Spring
boot
Elasticsearch
获取ClassNotFoundException: org.
elasticsearch
.client.RequestOptions
、
、
、
我使用的是
spring
boot
2.1.8.RELEASE,不能更改版本。现在我在尝试使用
elasticsearch
时遇到了问题。这里有一些插件 id 'io.
spring
.dependency-management' version '1.0.8.RELEASE' impleme
浏览 28
提问于2021-11-07
得票数 1
1
回答
如何声明4.1.0-RC1发布的
spring
-数据-弹性搜索
、
/4.1.0-RC1/
spring
-
boot
-starter-data-
elasticsearch
-4.1.0-RC1.pom'/4.1.0-RC1/
spring
-
boot
-starter-data-
elasticsearch
-4.1.0-RC1.pom'./4.1.0-RC1/
spring
-
boot
-starter-data-
elasticsearch
-
浏览 1
提问于2020-09-29
得票数 0
回答已采纳
6
回答
Spring
Boot
-在不删除代码或更改
ElasticSearch
的情况下禁用嵌入式POM
、
、
、
我正在寻找一种方法来防止在
Spring
Boot
项目中启动
ElasticSearch
(嵌入式或独立的服务器)。ES目前没有使用,但将在项目的稍后阶段使用。
浏览 27
提问于2016-12-19
得票数 4
1
回答
更正应用程序的类路径,使其包含单个兼容版本的org.
elasticsearch
.client.IndicesClient
、
、
出现错误,例如试图调用方法org.
elasticsearch
.client.IndicesClient.create(Lorg/
elasticsearch
/action/admin/indices/create它的类org.
elasticsearch
.client.IndicesClient可以从以下位置获得: jar:file:/audit.jar!/
BOOT
-INF/lib/
elasticsearch
-rest-
浏览 116
提问于2019-12-20
得票数 0
3
回答
如何使用
Spring
Data
ElasticSearch
?
、
、
我正在使用
Elasticsearch
7.1.0,我想创建一个
spring
-
boot
应用程序,并使用
spring
-data-elastic-search连接到
elasticsearch
。
浏览 33
提问于2019-06-13
得票数 1
1
回答
无法引用bean
ElasticSearch
、
、
我有一个问题,因为我在任何地方都找不到哪个版本的
elasticsearch
与jhipster生成的1.5.2版本的
spring
boot
应用程序兼容。: target/
elasticsearch
/data 在生产环境中,我只警告我的应用程序无法连接到
elasticsearch
服务。我尝试在widows上下载
elasticsearch
并对其进行测试,所以我就这样做了。我下载了
elasticsearch
版本5.4.1并对其进行了配置...但对于我的web
浏览 0
提问于2017-06-16
得票数 0
4
回答
java.lang.IllegalStateException:从不支持的版本收到消息:[2.0 .0]最低兼容版本为:[5.0.0]
、
、
、
、
(SpringApplication.java:747) [
spring
-
boot
-1.5.2.RELEASE.jar:1.5.2.RELEASE] at org.springframework.
boot
.SpringAppli
浏览 1
提问于2017-08-22
得票数 5
2
回答
Spring
Boot
Elasticsearch
配置
、
、
我有一个可以工作的
Spring
Boot
Elasticsearch
应用程序,它使用两个配置文件之一: application.dev.properties或application.prod.properties我在获取外部
elasticsearch
从application.xxx.properties读取数据时遇到了问题。这是可行的:@PropertySource(value = "classpath:config/
elasticsearch
.prop
浏览 0
提问于2015-09-29
得票数 15
回答已采纳
1
回答
Spring
+ java - InvocationTargetException
、
、
、
因此,当我尝试使用mvn
spring
-
boot
:run运行我的项目时,我得到了这个构建失败。通过谷歌搜索,我认为我的问题出在我的pom.xml文件和
spring
版本上。</groupId> <version>1.5.6.RELEASE--
Spring
-->
浏览 15
提问于2017-08-07
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
elasticsearch安装以及和spring boot整合
Spring Boot与Kotlin 整合全文搜索引擎Elasticsearch
Spring Boot:Spring Boot 邮件服务
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券