基于微服务的秒杀项目实战使用Spring Boot2.x Actuator监控应用

本次内容,小编我将从开启监控、默认端点、开启所有端点三大方面给大家叙述。 (1)开启监控 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> (2)默认端点 Spring Boot 2.0 的Actua
相关文章
相关标签/搜索