一、请求如下域名可以直接dump应用的堆栈内存,假如服务的监听端口为8080
curl https://127.0.0.1:8080/actuator/heapdump
二、请求如下域名可以直接看出服务本身是否正常,会把服务本身使用的中间的状态全部列出来,比如MySQL/redis等等,比如链接redis超时或连不上,总的status状态为down,可以通过监控这个状态或取服务的运行状况; 假如服务的监听端口为8080
curl https://127.0.0.1:8080/actuator/health
标签:服务,0.1,spring,8080,005,actuator,curl From: https://www.cnblogs.com/itcomputer/p/17431914.html