摘要: SpringBoot提供了监测与度量的功能,本篇记录一下使用过程 1、添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> 阅读全文
posted @ 2019-12-11 21:41 雷雨客 阅读(459) 评论(0) 推荐(0)