The reference documentation states that:
Additionally, Spring Boot Actuator will expose a startup endpoint to expose this information as a JSON document.
It only do so if the endpoint has been configured to be exposed. We should refine that phrasing and link to this section as well.