# es **Repository Path**: chubbiness/es ## Basic Information - **Project Name**: es - **Description**: springboot整合eleasticsearch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # es #### 介绍 springboot整合eleasticsearch #### 软件架构 软件架构说明 环境 SpringBoot 2.6.4 + ElasticSearch 8.1.0 #### 安装教程 1. 首先去官网下载最新的安装包 https://www.elastic.co/cn/downloads/elasticsearch ![官网es下载](https://foruda.gitee.com/images/1734507321467169077/f5195835_7352120.png) 2. 解压即可,进入/bin,启动elasticsearch.bat 访问 127.0.0.1:9200,出现es的集群信息即安装成功 3. 可视化界面elasticsearch-head安装 在github上搜索elasticsearch-head,下载他的源码 进入源码目录执行(需安装Node.js) npm install npm run start Running "connect:server" (connect) task Waiting forever... Started connect web server on http://localhost:9100 即可访问9100端口访问: ![范围es可视化客户端](https://foruda.gitee.com/images/1734507411536228934/4f70b1be_7352120.png)