SpringBoot中的Actuator

前序 Spring Boot有四大神器,分别是auto-configuration、starters、cli、actuator,本文主要讲actuator。actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。 使用actuator <dependency> <groupId>org.springframework.boot</
相关文章
相关标签/搜索