Spring Boot2执行器健康状况为404

时间:2019-06-26 10:57:56

标签: spring-boot-actuator

通过添加spring-boot-starter-actuator作为依赖项来使用Spring Boot 2执行器。我将服务器端口设置为9090,并将基本上下文设置为/ api。启动spring boot应用程序后,我尝试按

这样命中运行状况URL
local-host:9090/application/health
local-host:9090/actuator/health
local-host:9090/api/application/health
local-host:9090/api/actuator/health

但没有一个结果

我试图放置类似

的配置
endpoints.actuator.enabled=true
endpoints.logfile.enabled=true
management.endpoints.web.exposure.include=*

有人可以帮助我更好地了解执行器的使用方法。

1 个答案:

答案 0 :(得分:0)

您似乎没有指定任何前缀。 因此,您需要直接使用/ health

   foreach ($filter as $item) { echo $item['user'];}

我假设本地主机是一个错字