摘要: 1 阅读全文
posted @ 2020-03-01 22:14 codedot 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Actuator 是 Spring Boot 提供的对应用系统的自省和监控功能。通过 Actuator,可以使用数据化的指标去度量应用的运行情况,比如查看服务器的磁盘、内存、CPU等信息,系统的线程、gc、运行状态等等。 Actuator 通常通过使用 HTTP 和 JMX 来管理和监控应用,大多数 阅读全文
posted @ 2020-03-01 13:17 codedot 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 大版本对应 Spring BootSpring Cloud 1.2.x Angel版本 1.3.x Brixton版本 1.4.x stripes Camden版本 1.5.x Dalston版本、Edgware版本 2.0.x Finchley版本 2.1.x Greenwich版本 2.2.x 阅读全文
posted @ 2020-03-01 10:39 codedot 阅读(2531) 评论(0) 推荐(0) 编辑