SpringBoot应用监控
添加pom依赖
<dependency> <groupId>org.spring work.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId></dependency>application.properties配置
#actuatormanagement.endpoint.shutdown.enabled=true#暴露所有端点management.endpoints.web.exposure.include=*#management.endpoints.web.exposure.include=mappings,metrics#management.endpoints.enabled-by-default=false#management.endpoint.info.enabled=true
继续阅读与本文标签相同的文章
下一篇 :
SpringBoot ~ 数据校验
-
SpringBoot ~ 定时任务@Scheduled
2026-05-20栏目: 教程
-
小程序无需编程,体验IoT物联网平台-物模型开发
2026-05-20栏目: 教程
-
SpringBoot ~ 定时任务Quartz
2026-05-20栏目: 教程
-
OCP-052考试题库汇总(27)-CUUG内部解答版
2026-05-20栏目: 教程
-
SpringBoot ~ 数据校验
2026-05-20栏目: 教程
