# es-demo **Repository Path**: suncp/es-demo ## Basic Information - **Project Name**: es-demo - **Description**: es 学习 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-26 - **Last Updated**: 2022-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # es-demo #### 介绍 es 学习 demo项目,增删改查在 EsDemoApplicationTests 类中 es-demo1:springboot中使用测试类基础使用es es-demo2:springboot中集成mysql数据库使用es检索数据 #### 软件架构 安装 es+Kibana: https://www.yuque.com/docs/share/99fdb291-f1fb-42fd-a8b1-78ddd2be2a3b?# 《es6.4.1安装》密码:mmi9 链接有效期至 2022-03-29 19:26:52 安装ik中文分词器: https://www.yuque.com/docs/share/382c1820-7723-4977-beec-8ac6f6764054?# 《IK分词器》 链接有效期至 2022-03-30 21:29:42 #### 使用说明 1. git clone xx.git 2. git pull origin master 3. git add . 4. git commit -m "fix: 代码优化&补充" 5. git push origin master