java架构师如何使用Spring Boot2.x Actuator监控应用

开启监控 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 默认端点 Spring Boot 2.0 的Actuator只暴露了health和info端点,提供的监控信息无法满足我们的需求 在1.x中
相关文章
相关标签/搜索