# springboot-elastic **Repository Path**: wique/springboot ## Basic Information - **Project Name**: springboot-elastic - **Description**: 基于springboot2.0、elastic5.6.x、jestClient的es操作实例。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-05 - **Last Updated**: 2021-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-elastic #### 介绍 基于springboot2.0、elastic5.6.x、jestClient的es操作实例。 ps:因项目需要操作es进行数据查询,百度之,查到的都是用Spring-data-elastic集成,访问es的9300端口即可,结果屡试不爽(真的不爽),我的死活连不上,又百度之,说什么jdk版本不一样等等各种环境要求,于是乎,抱着不抛弃不放弃的态度又进行了环境的更换,从jdk1.8 87 一路尝试到最新的jdk1.8 202,依旧报错,报错信息如下:(None of the configured nodes are available: [{#transport#-1};StreamCorruptedException: invalid internal transport message format, got (48,54,54,50);)。无奈之下只该转用jest调用方式,该工程整合了基本的各种查询方法,基本满足需求。 另,哪位大神若知道上述报错原因还请告知,谢谢。