# elastic **Repository Path**: Mr-Bugs/elastic ## Basic Information - **Project Name**: elastic - **Description**: 本项目使用springboot对 Elasticsearch Java client 8.0 进行整合,简化了配置,使用配置文件的方式进行配置,在开发 Controller、Service、Entity 等各层逻辑的时候更轻松,让可爱的程序员们更专注于业务逻辑的开发,开箱即用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-07 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elastic 简单开发 #### 介绍 ​ 本项目使用`springboot`对 `Elasticsearch Java client 8.0`进行整合,简化了配置,使用配置文件的方式进行配置,在开发 `Controller`、`Service`、`Entity` 等各层逻辑的时候更轻松,让可爱的程序员们更专注于业务逻辑的开发,开箱即用。 #### 软件架构 软件架构说明 #### 部署 elastic `Docker`部署`elastic`和`kibana` 采用无任何验证方式启动 ```shell docker network create elastic ``` ```shell docker run --name elasticsearch --net elastic -p 9200:9200 -d -e discovery.type=single-node -e ES_JAVA_OPTS="-Xms1g -Xmx1g" -e xpack.security.enabled=false -it docker.elastic.co/elasticsearch/elasticsearch:8.6.0 ``` ```shell docker run --name kibana --net elastic -d -p 5601:5601 docker.elastic.co/kibana/kibana:8.6.0 ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参考 [(22条消息) Elastic:使用 Docker 安装 Elastic Stack 8.x 并开始使用_docker elastic_Elastic 中国社区官方博客的博客-CSDN博客](https://elasticstack.blog.csdn.net/article/details/122936411) [Elasticsearch:如何在 Docker 上运行 Elasticsearch 8.x 进行本地开发_Elastic 中国社区官方博客的博客-CSDN博客](https://blog.csdn.net/UbuntuTouch/article/details/128664781?ops_request_misc=&request_id=1c626a0013d24ef783ef40baa68698d6&biz_id=&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~koosearch~default-1-128664781-null-null.268^v1^control&utm_term=docker&spm=1018.2226.3001.4450) [Elasticsearch:使用最新的 Elasticsearch Java client 8.0 来创建索引并搜索_elasticsearchclient 创建索引_Elastic 中国社区官方博客的博客-CSDN博客](https://elasticstack.blog.csdn.net/article/details/123839857)https://gitee.com/gitee-stars/)