springboot:health
程序员文章站
2022-06-16 08:04:34
...
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
http://localhost:8080/health
http://www.itnose.net/detail/6359648.html
推荐阅读
-
SpringBoot与MybatisPlus1-搭建mybatisplus
-
大话-springboot 自动装配那些事
-
使用springboot实现文件下载时文件名中的中文变成下划线
-
【SpringBoot】解决Java下载文件时文件名中的中文变成下划线的问题
-
Springboot搭建个人博客系列 1 - 数据库结构设计
-
前后端分离个人博客(Vue+SpringBoot+element ui)
-
SpringBoot整合MyBatis获得插入数据后获取主键,返回值总是1
-
SpringBoot集成JPA
-
SpringBoot | 第二十七章:监控管理之Actuator使用
-
SpringBoot | 第二十七章:SpringBoot属性配置文件详解