springboot admin的applications接口是actuator自带的吗?
是的,Spring Boot Admin的/applications接口是通过使用Actuator来获取应用程序信息的。Actuator是Spring Boot的功能,它提供了一组RESTful API,可以让您监视和管理Spring Boot应用程序的运行时状态。Spring Boot Admin利用了这些API来显示应用程序的健康状况、运行时指标和其他详细信息。
原文地址: http://www.cveoy.top/t/topic/ET3 著作权归作者所有。请勿转载和采集!