spring-boot-actuator 服务监控

1 概述

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

2 依赖



    org.springframework.boot
    spring-boot-starter-actuator
    2.3.1.RELEASE
    
        
            org.springframework.boot
            spring-boot-starter-logging
        
    

你可能感兴趣的:(actuator,服务监控,spring)