elasticsearch
文章平均质量分 55
CC_GoodLuck
IT
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot 3.3版本以上 整合elasticsearch 7.10版本
首先pom.xml<!--elasticsearch 7.6.2 自动的版本--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId> </dependency&原创 2021-08-11 16:18:15 · 965 阅读 · 0 评论 -
mysql数据同步elasticsearch-lagstash
1.安装elasticsearch-head插件第一种:谷歌浏览器中,通过“扩展程序”添加 elasticsearch head,这个方式 无需开启es的跨域访问链接:谷歌双核浏览器http://extb.cqttech.com/search/elasticsearch%2520head第二种是插件安装,在这里就不详细介绍了。下载logstash官网下载:https://www.elastic.co/cn/downloads/logstash通过CRT工作,放到usr/local/新建一个原创 2021-05-10 18:21:19 · 521 阅读 · 1 评论 -
ssm项目实现elasticsearch 简单整合
实体类package com.mlwy.elastic.pojo;public class Product { private String id; private String name; private String price; private String detail; public Product(){} public Product(String id, String name, String price, String deta原创 2021-05-08 14:12:43 · 1590 阅读 · 2 评论
分享