Springboot监控之一:SpringBoot四大神器之Actuator

1.  Spring Boot有四大神器,分别是auto-configuration、starters、cli、actuator,本文主要讲actuator。actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。 如何使用 在pom文件中添加spring-boot-starter-actuator依赖 <depe
相关文章
相关标签/搜索