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