标签:segment star 应用 div 监控 tps ack com lock
SpringBoot四大神器之Actuator
actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
标签:segment star 应用 div 监控 tps ack com lock
原文地址:http://www.cnblogs.com/zhangliming/p/6956130.html