摘要:
# spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: elasticsearch: # es相关配置 Connecting to Elasticsearch using REST clients 阅读全文
摘要:
/* * @Copyright (c) 2021. 于吉利 All Rights Reserved * @Author: 于吉利 * @Function: * @Date: 2021/9/13 下午2:11 * @version:1.0 * @Changes: * @Description: * * 阅读全文
摘要:
{ "took": 5, "timed_out": false, "_shards": { "total": 1, "successful": 1, "skipped": 0, "failed": 0 }, "hits": { "total": { "value": 3, "relation": " 阅读全文
摘要:
<?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 阅读全文
摘要:
# 关闭es健康检查 management: health: db: enabled: false redis: enabled: false elasticsearch: enabled: false 阅读全文