spring-boot-actuator 服务监控

1 概述

服务启动时,通过spring-boot-actuator 监控es等服务是否连接成功等

2 依赖

<!-- 服务监控 -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
    <version>2.3.1.RELEASE</version>
    <exclusions>
        <exclusion>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-logging</artifactId>
        </exclusion>
    </exclusions>
</dependency>

相关推荐

  1. spring-boot-actuator 服务监控

    2024-02-06 07:34:02       44 阅读
  2. Spring Boot Actuator

    2024-02-06 07:34:02       37 阅读
  3. Spring Boot Actuator 模块,spring-boot-starter-actuator

    2024-02-06 07:34:02       34 阅读
  4. Spring Boot Actuator使用指南

    2024-02-06 07:34:02       46 阅读
  5. Spring Boot Actuator 功能介绍

    2024-02-06 07:34:02       47 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-06 07:34:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-06 07:34:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-02-06 07:34:02       82 阅读
  4. Python语言-面向对象

    2024-02-06 07:34:02       91 阅读

热门阅读

  1. 汽车信息安全--SHE中的密钥管理(一)

    2024-02-06 07:34:02       52 阅读
  2. 汽车信息安全--SHE中的密钥管理(二)

    2024-02-06 07:34:02       46 阅读
  3. 2024.02.05

    2024-02-06 07:34:02       50 阅读
  4. word导出链接

    2024-02-06 07:34:02       54 阅读
  5. 【WPF】布局容器/面板总结XAML-Panel控件

    2024-02-06 07:34:02       62 阅读
  6. leetcode 74.搜索二维矩阵

    2024-02-06 07:34:02       50 阅读