摘要: # spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: elasticsearch: # es相关配置 Connecting to Elasticsearch using REST clients 阅读全文
posted @ 2021-09-13 17:12 DarJeely 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: /* * @Copyright (c) 2021. 于吉利 All Rights Reserved * @Author: 于吉利 * @Function: * @Date: 2021/9/13 下午2:11 * @version:1.0 * @Changes: * @Description: * * 阅读全文
posted @ 2021-09-13 17:10 DarJeely 阅读(684) 评论(0) 推荐(0) 编辑
摘要: { "took": 5, "timed_out": false, "_shards": { "total": 1, "successful": 1, "skipped": 0, "failed": 0 }, "hits": { "total": { "value": 3, "relation": " 阅读全文
posted @ 2021-09-13 17:09 DarJeely 阅读(279) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:sc 阅读全文
posted @ 2021-09-13 17:08 DarJeely 阅读(145) 评论(0) 推荐(0) 编辑
摘要: # 关闭es健康检查 management: health: db: enabled: false redis: enabled: false elasticsearch: enabled: false 阅读全文
posted @ 2021-09-13 17:07 DarJeely 阅读(1061) 评论(0) 推荐(0) 编辑