# springboot_es **Repository Path**: robei/springBoot_es ## Basic Information - **Project Name**: springboot_es - **Description**: springBoot集成ES学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot_es #### 介绍 springBoot集成ES学习 #### 安装教程 1.启动elastic 启动:"C:\soft\elastic\elasticsearch-6.3.2\bin\elasticsearch.bat" Web页面: http://localhost:9200/ 2.启动kibana: 启动:"C:\soft\elastic\kibana-6.3.2-windows-x86_64\bin\kibana.bat" Web页面:http://localhost:5601/ 3.启动logstash: (1)将mysql-connector-java-8.0.15.jar放在logstash根目录: "C:\soft\elastic\logstash-6.3.2\mysql-connector-java-8.0.15.jar" (2)在config目录下新建mysql.conf (3)启动: C:\soft\elastic\logstash-6.3.2\bin> logstash -f ../config/mysql.conf #### 使用说明 1. xxxx 2. xxxx 3. xxxx