Spring Cloud提供者actuator依赖

        <!-- actuator依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
原文地址:https://www.cnblogs.com/chenyanbin/p/12656051.html