【spring-boot】actuator原生监控

1. 创建springBoot项目(不解释啦) 2. SpringBoot使用actuator只需要在pom下添加依赖 如下 即可 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 依赖添加之后,运行
相关文章
相关标签/搜索