Actuator - startup endpoint is not showing up #45637
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
Uh oh!
There was an error while loading. Please reload this page.
Unable to enable
startup
actuator endpoint on Spring Boot 3.4.5.Both
management.endpoints.web.exposure.include=*
andmanagement.endpoint.startup.access=read_only
fail.How to reproduce:
management.endpoints.web.exposure.include=*
toapplication.properties
404
oncurl 'http://localhost:8080/actuator/startup' -i -X GET
:The text was updated successfully, but these errors were encountered: