摘要: 1.0POM文件 <!-- spring-boot --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dep 阅读全文
posted @ 2020-07-21 16:12 远启 阅读(1704) 评论(1) 推荐(0)
摘要: 1.0ElasticSearch安装 # 拉取ES镜像docker pull elasticsearch:6.5.0 # 设置vm.max_map_count大小sysctl -w vm.max_map_count=262144# 启动容器 docker run --name elasticsear 阅读全文
posted @ 2020-07-21 16:02 远启 阅读(1355) 评论(0) 推荐(0)