Spring Cloud提供者actuator依赖

        <!-- actuator依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>

 

posted @ 2020-04-07 21:17  陈彦斌  阅读(650)  评论(0)    收藏  举报