通过添加spring-boot-starter-actuator作为依赖项来使用Spring Boot 2执行器。我将服务器端口设置为9090,并将基本上下文设置为/ api。启动spring boot应用程序后,我尝试按
这样命中运行状况URLlocal-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=*
有人可以帮助我更好地了解执行器的使用方法。
答案 0 :(得分:0)
您似乎没有指定任何前缀。 因此,您需要直接使用/ health
foreach ($filter as $item) { echo $item['user'];}
我假设本地主机是一个错字